From 39e752e4e214721798bd6a5cd127cde001553e86 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:15:05 +0000 Subject: 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. --- frontend/src/components/settings/pages/general/Updater.tsx | 2 +- frontend/src/tabs-hook.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src') 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`); -- cgit v1.2.3