diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-02-15 12:15:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 12:15:05 +0000 |
| commit | 922d0c4153113b917722cae018ca6e35b6c0e9bd (patch) | |
| tree | 9cd3522028d218848f21882cb95069715b264872 /frontend/src/tabs-hook.tsx | |
| parent | ecf480059bcbc0ed8766e089ea33e48c3b1bfbf7 (diff) | |
| download | decky-loader-685990604b6b90537a74b4c7d90f3b750540bdfd.tar.gz decky-loader-685990604b6b90537a74b4c7d90f3b750540bdfd.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/tabs-hook.tsx')
| -rw-r--r-- | frontend/src/tabs-hook.tsx | 2 |
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`); |
