Skip to content

Commit

Permalink
fix to addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Oct 21, 2019
1 parent 22a1eb4 commit 6fc9815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/views/TxDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const TxDetails = ({
}
</div>
</div>
{txDirection === "out" && txType !== "Vote" &&
{txType !== "Vote" &&
<div className="txdetails-top-row">
<div className="txdetails-name"><T id="txDetails.toAddress" m="To address" />:</div>
<div className="txdetails-value non-flex">
Expand Down

0 comments on commit 6fc9815

Please sign in to comment.