Skip to content

Commit

Permalink
Merge pull request #1391 from brave/banner-error
Browse files Browse the repository at this point in the history
Fixes white screen for the banner
  • Loading branch information
Jason Sadler authored Jan 18, 2019
2 parents 79984c4 + 2463970 commit 6c199b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class Banner extends React.Component<Props, State> {
logoBgColor={''}
onDonate={this.onDonate}
onAmountSelection={this.onAmountSelection}
currentAmount={this.state.currentAmount}
currentAmount={this.state.currentAmount || '0'}
onClose={this.onClose}
social={this.generateSocialLinks()}
showUnVerifiedNotice={!verified}
Expand Down

0 comments on commit 6c199b6

Please sign in to comment.