fix back on dedupe screen

This commit is contained in:
Abhinav 2022-06-26 13:44:08 +05:30
parent 0f5ced33d3
commit 6c33f0d810

View file

@ -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);