Skip to content

Commit

Permalink
Merge pull request #14264 from Expensify/ckt_fixNoBBALoader
Browse files Browse the repository at this point in the history
Don't show loader when you refresh with a plaid error
  • Loading branch information
arosiclair authored Jan 16, 2023
2 parents c333cae + 85e25c8 commit 8662d3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/AddPlaidBankAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ class AddPlaidBankAccount extends React.Component {
if (!plaidBankAccounts.length) {
return (
<FullPageOfflineBlockingView>
{(!token || this.props.plaidData.isLoading)
&& (
{this.props.plaidData.isLoading && (
<View style={[styles.flex1, styles.alignItemsCenter, styles.justifyContentCenter]}>
<ActivityIndicator color={themeColors.spinner} size="large" />
</View>
Expand Down

0 comments on commit 8662d3d

Please sign in to comment.