From ef75956a24e4c0bf6beb4985f924eec9ffb2577d Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 9 Oct 2024 14:10:42 +0530 Subject: [PATCH] Fix typo b03907deca75a49aa250fc3efefcdf5adc1592e0 --- web/apps/photos/src/pages/_app.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/apps/photos/src/pages/_app.tsx b/web/apps/photos/src/pages/_app.tsx index b018b3cb66..04fc850609 100644 --- a/web/apps/photos/src/pages/_app.tsx +++ b/web/apps/photos/src/pages/_app.tsx @@ -73,7 +73,6 @@ export default function App({ Component, pageProps }: AppProps) { const [dialogBoxAttributeV2, setDialogBoxAttributesV2] = useState< DialogBoxAttributesV2 | undefined >(); - useState(null); const [messageDialogView, setMessageDialogView] = useState(false); const [dialogBoxV2View, setDialogBoxV2View] = useState(false); const [watchFolderView, setWatchFolderView] = useState(false);