Skip to content

Commit

Permalink
Fixes white screen for the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Jan 18, 2019
1 parent 2f0b58f commit 52e9708
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 52e9708

Please sign in to comment.