mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
Fix "?" crashing on budget selection page. (#3084)
* Fix ? crashing on load budget page. * add release note
This commit is contained in:
@@ -29,6 +29,10 @@ export function Modals() {
|
||||
};
|
||||
|
||||
switch (name) {
|
||||
case 'keyboard-shortcuts':
|
||||
// don't show the hotkey help modal when a budget is not open
|
||||
return null;
|
||||
|
||||
case 'delete-budget':
|
||||
return (
|
||||
<DeleteFile
|
||||
|
||||
6
upcoming-release-notes/3084.md
Normal file
6
upcoming-release-notes/3084.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [psybers]
|
||||
---
|
||||
|
||||
Fix "?" crashing on budget selection page.
|
||||
Reference in New Issue
Block a user