From 6fc98159920d82117efb4884413b550e29431f14 Mon Sep 17 00:00:00 2001 From: bgptr Date: Mon, 21 Oct 2019 14:15:47 +0200 Subject: [PATCH] fix to addresses --- app/components/views/TxDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/views/TxDetails.js b/app/components/views/TxDetails.js index 180f76a21c..5c2de04e2c 100644 --- a/app/components/views/TxDetails.js +++ b/app/components/views/TxDetails.js @@ -176,7 +176,7 @@ const TxDetails = ({ } - {txDirection === "out" && txType !== "Vote" && + {txType !== "Vote" &&
: