Skip to content

Commit 2af6cc6

Browse files
chore: resolve reviewer request
1 parent f941e04 commit 2af6cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/WorkspaceAvatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type WorkspaceAvatarProps = PlatformStackScreenProps<AuthScreensParamList, typeo
1414

1515
function WorkspaceAvatar({route}: WorkspaceAvatarProps) {
1616
const policy = usePolicy(route?.params?.policyID);
17-
const [isLoadingApp = true] = useOnyx(ONYXKEYS.IS_LOADING_APP, {canBeMissing: true});
17+
const [isLoadingApp = false] = useOnyx(ONYXKEYS.IS_LOADING_APP, {canBeMissing: true, initWithStoredValues: false});
1818
const avatarURL = (policy?.avatarURL ?? '') ? (policy?.avatarURL ?? '') : getDefaultWorkspaceAvatar(policy?.name ?? '');
1919

2020
return (

0 commit comments

Comments
 (0)