Make transactions load (#3348)

This commit is contained in:
Jaco Greeff 2016-11-10 16:38:47 +01:00 committed by Arkadiy Paronyan
parent 0ed8114726
commit a97e68a030

View File

@ -48,9 +48,7 @@ class Transactions extends Component {
}
componentDidMount () {
if (this.props.traceMode !== undefined) {
this.getTransactions(this.props);
}
this.getTransactions(this.props);
}
componentWillReceiveProps (newProps) {