Skip to content

Commit

Permalink
🐛 remove check to not load transaction if already in state
Browse files Browse the repository at this point in the history
  • Loading branch information
faival committed May 25, 2018
1 parent 0db5de1 commit 9fc15e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/transactions/transactionDetailView.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class TransactionsDetailView extends React.Component {
const transactionId = params.get('id');

if (props.peers.data &&
!props.transaction.id &&
transactionId) {
this.props.loadTransaction({
activePeer: props.peers.data,
Expand Down

0 comments on commit 9fc15e1

Please sign in to comment.