fix token fetch

This commit is contained in:
Mikhail Mikheev 2019-04-10 12:56:08 +04:00
parent 56c6892651
commit f5983447ee
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@ class Tokens extends React.Component<Props, State> {
} }
componentDidMount() { componentDidMount() {
const { fetchTokens } = this.props const { fetchTokens, safeAddress } = this.props
fetchTokens() fetchTokens(safeAddress)
} }
onCancelSearch = () => { onCancelSearch = () => {