From b57c6ba556b6757badb2ae0b5987b5716b540abb Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 20 Jul 2024 20:56:15 +0530 Subject: [PATCH] Rem unused --- .../src/components/pages/gallery/SelectedFileOptions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/apps/photos/src/components/pages/gallery/SelectedFileOptions.tsx b/web/apps/photos/src/components/pages/gallery/SelectedFileOptions.tsx index e478b0b0d2..1d7d916aa9 100644 --- a/web/apps/photos/src/components/pages/gallery/SelectedFileOptions.tsx +++ b/web/apps/photos/src/components/pages/gallery/SelectedFileOptions.tsx @@ -66,7 +66,7 @@ const SelectedFileOptions = ({ isInSearchMode, isInHiddenSection, }: Props) => { - const { setDialogMessage, isMobile } = useContext(AppContext); + const { setDialogMessage } = useContext(AppContext); const addToCollection = () => setCollectionSelectorAttributes({ callback: handleCollectionOps(COLLECTION_OPS_TYPE.ADD), @@ -155,7 +155,7 @@ const SelectedFileOptions = ({ }; return ( - +