Web: Client: SelectFolderDialog: fixed crash of app (editor)

This commit is contained in:
Artem Tarasov 2022-08-31 10:41:18 +03:00
parent 9e949d52ad
commit d8ad32240a

View File

@ -217,7 +217,7 @@ class SelectFolderDialog extends React.Component {
//console.log("Render Folder Component?", this.state);
const folderSelectionDisabled =
folderId === sharedRoomId || folderId === sharedRoomId.toString();
folderId === sharedRoomId || folderId === sharedRoomId?.toString();
return displayType === "aside" ? (
<SelectFolderDialogAsideView