WA-232 Allow perform different token movements

This commit is contained in:
apanizo 2018-07-05 12:00:49 +02:00
parent c6995ad8fb
commit c9316686aa

View File

@ -97,7 +97,12 @@ class GnoSafe extends React.PureComponent<SafeProps, State> {
const { safe } = this.props
this.setState({
component: <SendToken safe={safe} balance={ercToken} onReset={this.onListTransactions} />,
component: <SendToken
safe={safe}
balance={ercToken}
key={ercToken.get('symbol')}
onReset={this.onListTransactions}
/>,
})
}