Skip to content

Commit

Permalink
Resolve conflicts and add currencyDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Jul 5, 2019
1 parent 47e5144 commit 260f9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,8 @@ export default class App extends Component {
selected={selected}
text={"ETH"}
amount={parseFloat(this.state.ethBalance) * parseFloat(this.state.ethprice)}
address={account}
dollarDisplay={dollarDisplay} />
currencyDisplay={this.currencyDisplay}
address={account} />
</div>
<Bity
address={this.state.account}
Expand Down

0 comments on commit 260f9e4

Please sign in to comment.