Fix missing check for invite code (#3157)

zio/stable
Hailey 2024-03-08 15:25:33 -08:00 committed by GitHub
parent 62e57c3b08
commit 7899a6fd09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export function Step1({
</View>
)}
{uiState.inviteCode ? (
{!uiState.isInviteCodeRequired || uiState.inviteCode ? (
<>
<View style={s.pb20}>
<Text