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.
This commit is contained in:
Party Wumpus
2024-02-15 12:15:05 +00:00
parent 992e2e2ad3
commit 39e752e4e2
2 changed files with 2 additions and 2 deletions
@@ -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';
+1 -1
View File
@@ -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`);