mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 01:35:38 +03:00
Fix typo 🙈🙈🙈
This commit is contained in:
parent
dafff4b635
commit
59dae782b2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue