diff --git a/src/App.js b/src/App.js index 12e1dae2c..9c67b05fd 100644 --- a/src/App.js +++ b/src/App.js @@ -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} />