From a97e68a030adc664cfed51e5d55149e9976b1e9f Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 10 Nov 2016 16:38:47 +0100 Subject: [PATCH] Make transactions load (#3348) --- js/src/views/Account/Transactions/transactions.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {