Doceditor: DeepLink: Removed useless property

This commit is contained in:
Ilya Oleshko 2024-04-04 14:36:06 +03:00
parent dff582b132
commit 03522e5724

View File

@ -55,8 +55,6 @@ const DeepLink = ({
fileInfo,
userEmail,
setIsShowDeepLink,
logoUrls,
theme,
currentDeviceType,
deepLinkConfig,
}: DeepLinkProps) => {
@ -166,3 +164,4 @@ const DeepLink = ({
};
export default DeepLink;