mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 10:34:06 +00:00
WA-232 Allow perform different token movements
This commit is contained in:
parent
c6995ad8fb
commit
c9316686aa
@ -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}
|
||||
/>,
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user