Make transactions load (#3348)
This commit is contained in:
parent
0ed8114726
commit
a97e68a030
@ -48,10 +48,8 @@ class Transactions extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount () {
|
componentDidMount () {
|
||||||
if (this.props.traceMode !== undefined) {
|
|
||||||
this.getTransactions(this.props);
|
this.getTransactions(this.props);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
componentWillReceiveProps (newProps) {
|
componentWillReceiveProps (newProps) {
|
||||||
if (this.props.traceMode === undefined && newProps.traceMode !== undefined) {
|
if (this.props.traceMode === undefined && newProps.traceMode !== undefined) {
|
||||||
|
Loading…
Reference in New Issue
Block a user