Skip to content
Snippets Groups Projects
Unverified Commit 8434e8f5 authored by Robert Dyer's avatar Robert Dyer Committed by GitHub
Browse files

Fix "?" crashing on budget selection page. (#3084)

* Fix ? crashing on load budget page.

* add release note
parent 9b99deba
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
---
category: Bugfix
authors: [psybers]
---
Fix "?" crashing on budget selection page.
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