Skip to content

Commit d65ed98

Browse files
committed
chore
1 parent c47ba51 commit d65ed98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libs/Navigation/AppNavigator/AuthScreens.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ function AuthScreens() {
176176
const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP, {canBeMissing: true});
177177
const lastUpdateIDAppliedToClientRef = useRef(lastUpdateIDAppliedToClient);
178178
const isLoadingAppRef = useRef(isLoadingApp);
179-
180179
// eslint-disable-next-line react-compiler/react-compiler
181180
lastUpdateIDAppliedToClientRef.current = lastUpdateIDAppliedToClient;
182181
// eslint-disable-next-line react-compiler/react-compiler

0 commit comments

Comments
 (0)