mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
This reverts commit 247e3e8d93.
This commit is contained in:
committed by
GitHub
parent
2d4256b239
commit
7f30680fb3
@@ -36,6 +36,9 @@ export function useNavigate(): NavigateFunction {
|
||||
JSON.stringify(previousOriginalState)
|
||||
) {
|
||||
navigate(to, optionsWithPrevLocation);
|
||||
} else {
|
||||
// `to` is the same as the previous location. Just go back.
|
||||
navigate(-1);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Fix the app randomly closing
|
||||
Reference in New Issue
Block a user