Fix/881: Removed testing message in proposals list voteStatus (#882)

This commit is contained in:
Sam Keen
2022-07-27 13:45:38 +02:00
committed by GitHub
parent 228cda4054
commit 6382d3fb22
@@ -189,7 +189,6 @@ export const ProposalsListItemDetails = ({
className="col-start-2 row-start-1 justify-self-end"
data-testid="vote-status"
>
testing testing 123
{voteStatus}
</div>
)}