From 26e81fa301e02c741516ad4b759276486d9958c7 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Fri, 15 May 2020 15:17:51 +0200 Subject: [PATCH] Voting: update VoteText's address rendering (#1146) --- apps/voting/app/src/components/VoteText.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/voting/app/src/components/VoteText.js b/apps/voting/app/src/components/VoteText.js index ad26714c33..3854f5f434 100644 --- a/apps/voting/app/src/components/VoteText.js +++ b/apps/voting/app/src/components/VoteText.js @@ -34,14 +34,11 @@ const VoteText = React.memo( {i > 0 &&
} {transformAddresses(line, (part, isAddress, index) => isAddress ? ( - - {' '} - {' '} - + ) : ( {part} )