diff --git a/js/src/views/Account/Transactions/transactions.js b/js/src/views/Account/Transactions/transactions.js index fcbb2ce41..3e14dd923 100644 --- a/js/src/views/Account/Transactions/transactions.js +++ b/js/src/views/Account/Transactions/transactions.js @@ -48,9 +48,7 @@ class Transactions extends Component { } componentDidMount () { - if (this.props.traceMode !== undefined) { - this.getTransactions(this.props); - } + this.getTransactions(this.props); } componentWillReceiveProps (newProps) {