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

This commit is contained in:
Sam Keen 2022-07-27 12:45:38 +01:00 committed by GitHub
parent 228cda4054
commit 6382d3fb22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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