Skip to content

Commit

Permalink
remove offline loading
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Jul 22, 2021
1 parent bed15d1 commit 0a8b25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IOUConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class IOUConfirmationList extends Component {
success
isDisabled={this.props.network.isOffline}
style={[styles.w100]}
isLoading={this.props.iou.loading}
isLoading={this.props.iou.loading && !this.props.network.isOffline}
text={buttonText}
onPress={() => this.props.onConfirm(this.getSplits())}
pressOnEnter
Expand Down

0 comments on commit 0a8b25c

Please sign in to comment.