Skip to content
Snippets Groups Projects
Unverified Commit 247e3e8d authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: fix the app randomly navigating back (closing) (#2772)

parent 5951b926
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,6 @@ export function useNavigate(): NavigateFunction {
JSON.stringify(previousOriginalState)
) {
navigate(to, optionsWithPrevLocation);
} else {
// `to` is the same as the previous location. Just go back.
navigate(-1);
}
}
},
......
---
category: Bugfix
authors: [MatissJanis]
---
Fix the app randomly closing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment