diff --git a/src/utils/states.js b/src/utils/states.js index 1b3bd5e9..0e7cfa45 100644 --- a/src/utils/states.js +++ b/src/utils/states.js @@ -139,7 +139,7 @@ export function hideAllModals() { states.showMediaModal = false; states.showShortcutsSettings = false; states.showKeyboardShortcutsHelp = false; - staets.showGenericAccounts = false; + states.showGenericAccounts = false; } export function statusKey(id, instance) {