InvalidVotersTable: Remove stray space

This commit is contained in:
David Ernst
2024-07-06 22:37:21 +03:00
parent 3325479c40
commit e6648f0605

View File

@@ -54,7 +54,7 @@ export const InvalidVotersTable = ({ hide_approved, hide_voted }: { hide_approve
<td className="p-0 text-center">
{has_voted ? (
<Image className="object-contain scale-25 " height={23} src={InvalidatedVoteIcon} width={23} />
<Image className="object-contain scale-25" height={23} src={InvalidatedVoteIcon} width={23} />
) : null}
</td>