mirror of
https://github.com/siv-org/siv.git
synced 2026-05-03 03:00:59 -04:00
InvalidVotersTable: Remove stray space
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user