Skip to content

Commit 88f8150

Browse files
committed
remove unnecessary useEffect dependencies
1 parent f43339a commit 88f8150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Expensify.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function Expensify() {
136136

137137
setSplashScreenState(CONST.BOOT_SPLASH_STATE.HIDDEN);
138138
HybridAppModule.clearOldDotAfterSignOut();
139-
}, [hasAttemptedToOpenPublicRoom, hybridApp?.loggedOutFromOldDot, isNavigationReady, isSplashReadyToBeHidden, setSplashScreenState, shouldInit, splashScreenState]);
139+
}, [hasAttemptedToOpenPublicRoom, hybridApp?.loggedOutFromOldDot, isNavigationReady, isSplashReadyToBeHidden, setSplashScreenState]);
140140

141141
const initializeClient = () => {
142142
if (!Visibility.isVisible()) {

0 commit comments

Comments
 (0)