diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-02-15 12:15:05 +0000 |
|---|---|---|
| committer | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-02-20 21:42:37 +0000 |
| commit | 39e752e4e214721798bd6a5cd127cde001553e86 (patch) | |
| tree | cea5d350eef8b1cfa6f8d7e949e08cf196a12b57 /frontend | |
| parent | 992e2e2ad3287243f5444f906f1cc7f55065cf5f (diff) | |
| download | decky-loader-39e752e4e214721798bd6a5cd127cde001553e86.tar.gz decky-loader-39e752e4e214721798bd6a5cd127cde001553e86.zip | |
Appease prettier
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')
| -rw-r--r-- | frontend/src/components/settings/pages/general/Updater.tsx | 2 | ||||
| -rw-r--r-- | frontend/src/tabs-hook.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/settings/pages/general/Updater.tsx b/frontend/src/components/settings/pages/general/Updater.tsx index 45b026ca..c563bbca 100644 --- a/frontend/src/components/settings/pages/general/Updater.tsx +++ b/frontend/src/components/settings/pages/general/Updater.tsx @@ -13,7 +13,7 @@ import { Suspense, lazy, useCallback, useEffect, useState } from 'react'; import { useTranslation } from 'react-i18next'; import { FaExclamation } from 'react-icons/fa'; -import { VerInfo, checkForUpdates, doRestart, doUpdate } from '../../../../updater'; +import { VerInfo, checkForUpdates, doUpdate } from '../../../../updater'; import { useDeckyState } from '../../../DeckyState'; import InlinePatchNotes from '../../../patchnotes/InlinePatchNotes'; import WithSuspense from '../../../WithSuspense'; 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`); |
