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} )