From 59dae782b248e49d5a9675773ec6bed73d05bbc6 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 17 Sep 2023 12:54:48 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20=F0=9F=99=88=F0=9F=99=88?= =?UTF-8?q?=F0=9F=99=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/states.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {