summaryrefslogtreecommitdiff
path: root/frontend/src
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2024-02-15 12:15:05 +0000
committerGitHub <noreply@github.com>2024-02-15 12:15:05 +0000
commit922d0c4153113b917722cae018ca6e35b6c0e9bd (patch)
tree9cd3522028d218848f21882cb95069715b264872 /frontend/src
parentecf480059bcbc0ed8766e089ea33e48c3b1bfbf7 (diff)
downloaddecky-loader-2.11.1-pre1.tar.gz
decky-loader-2.11.1-pre1.zip
Appease prettierv2.11.1-pre1v2.11.1
i must have done a great deal of harm in a past life to deserve this mistreatment by formatting tools. why do they hate me.
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/tabs-hook.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/tabs-hook.tsx b/frontend/src/tabs-hook.tsx
index c6d889cb..b180953f 100644
--- a/frontend/src/tabs-hook.tsx
+++ b/frontend/src/tabs-hook.tsx
@@ -41,7 +41,7 @@ class TabsHook extends Logger {
}
if (
(typeof currentNode?.memoizedProps?.visible == 'boolean' ||
- typeof currentNode?.memoizedProps?.active == 'boolean') &&
+ typeof currentNode?.memoizedProps?.active == 'boolean') &&
currentNode?.type?.toString()?.includes('QuickAccessMenuBrowserView')
) {
this.log(`QAM root was found in ${iters} recursion cycles`);