diff --git a/apps/photos/src/pages/gallery/index.tsx b/apps/photos/src/pages/gallery/index.tsx index 8e1f7f84b..39adfaa49 100644 --- a/apps/photos/src/pages/gallery/index.tsx +++ b/apps/photos/src/pages/gallery/index.tsx @@ -346,7 +346,7 @@ export default function Gallery() { const delayRouteChange = () => { setTimeout(() => { router.push(href, undefined, { shallow: true }); - }, 500); + }, 1000); }; delayRouteChange();