Make transactions load (#3348)
Former-commit-id: 11a485ea1abb82551f0369b88cfce1ac9a43ce55
This commit is contained in:
parent
613b89010f
commit
3da0632771
@ -48,9 +48,7 @@ class Transactions extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount () {
|
componentDidMount () {
|
||||||
if (this.props.traceMode !== undefined) {
|
this.getTransactions(this.props);
|
||||||
this.getTransactions(this.props);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillReceiveProps (newProps) {
|
componentWillReceiveProps (newProps) {
|
||||||
|
Loading…
Reference in New Issue
Block a user