Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Make transactions load (#3348)
Browse files Browse the repository at this point in the history
Former-commit-id: 11a485e
  • Loading branch information
jacogr authored and arkpar committed Nov 10, 2016
1 parent 613b890 commit 3da0632
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/src/views/Account/Transactions/transactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ class Transactions extends Component {
}

componentDidMount () {
if (this.props.traceMode !== undefined) {
this.getTransactions(this.props);
}
this.getTransactions(this.props);
}

componentWillReceiveProps (newProps) {
Expand Down

0 comments on commit 3da0632

Please sign in to comment.