Skip to content

Commit 186c601

Browse files
committed
Revert "Merge pull request Expensify#65352 from Expensify/revert-65225-fix/64638-login-page-shows-briefly-when-open-public-room-as-anon-user"
This reverts commit cf8fa5b, reversing changes made to 9692015.
1 parent ba687b4 commit 186c601

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
@@ -93,7 +93,7 @@ function Expensify() {
9393
const [session] = useOnyx(ONYXKEYS.SESSION, {canBeMissing: true});
9494
const [lastRoute] = useOnyx(ONYXKEYS.LAST_ROUTE, {canBeMissing: true});
9595
const [userMetadata] = useOnyx(ONYXKEYS.USER_METADATA, {canBeMissing: true});
96-
const [isCheckingPublicRoom] = useOnyx(ONYXKEYS.IS_CHECKING_PUBLIC_ROOM, {initWithStoredValues: false, canBeMissing: true});
96+
const [isCheckingPublicRoom = true] = useOnyx(ONYXKEYS.IS_CHECKING_PUBLIC_ROOM, {initWithStoredValues: false, canBeMissing: true});
9797
const [updateAvailable] = useOnyx(ONYXKEYS.UPDATE_AVAILABLE, {initWithStoredValues: false, canBeMissing: true});
9898
const [updateRequired] = useOnyx(ONYXKEYS.UPDATE_REQUIRED, {initWithStoredValues: false, canBeMissing: true});
9999
const [isSidebarLoaded] = useOnyx(ONYXKEYS.IS_SIDEBAR_LOADED, {canBeMissing: true});

0 commit comments

Comments
 (0)