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 ( - +