Skip to content

Commit

Permalink
remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Oct 24, 2023
1 parent c99ef52 commit c0f2e74
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/pages/settings/Wallet/WalletPage/WalletPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,20 +418,6 @@ function WalletPage({bankAccountList, betas, cardList, fundList, isLoadingPaymen
);
}

if (hasFailedOnfido) {
return (
<View style={[styles.flexRow, styles.alignItemsCenter, styles.m4]}>
<Icon
src={Expensicons.Exclamation}
fill={themeColors.textSupporting}
/>
<Text style={[styles.mutedTextLabel, styles.ml4, styles.flex1]}>
Unfortunately your wallet cannot be enabled at this time. Please chat with Concierge for further assistance.
</Text>
</View>
);
}

return (
<Button
ref={buttonRef}
Expand Down

0 comments on commit c0f2e74

Please sign in to comment.