summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/components/settings/pages/general/Updater.tsx2
-rw-r--r--frontend/src/tabs-hook.tsx2
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`);