try to fix undefined issue
This commit is contained in:
@@ -217,7 +217,7 @@ export const MediaCurrentRecording = (props: { height?: number }) => {
|
||||
);
|
||||
})
|
||||
.catch((err) => {
|
||||
toast.error(err.message);
|
||||
if (err) toast.error(err.message);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user