Web: DocEditor: Returned condition.

This commit is contained in:
Tatiana Lopaeva 2024-04-27 18:43:54 +03:00
parent 66d9f5ef91
commit 9e557d1727

View File

@ -153,7 +153,7 @@ const Root = ({
selectFileDialogVisible,
]);
return true ? (
return isShowDeepLink ? (
<DeepLink
fileInfo={fileInfo}
userEmail={user?.email}