From 6c33f0d8107d7735491d8cffad9128c822168d14 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Sun, 26 Jun 2022 13:44:08 +0530 Subject: [PATCH] fix back on dedupe screen --- src/pages/deduplicate/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/deduplicate/index.tsx b/src/pages/deduplicate/index.tsx index 7259ce8d0..551e0054c 100644 --- a/src/pages/deduplicate/index.tsx +++ b/src/pages/deduplicate/index.tsx @@ -52,7 +52,7 @@ export default function Deduplicate() { collectionID: 0, }); const closeDeduplication = function () { - Router.back(); + Router.push(PAGES.GALLERY); }; useEffect(() => { const key = getKey(SESSION_KEYS.ENCRYPTION_KEY);