Fix check icon not appearing for own-voted poll choices

pull/1/head
Lim Chee Aun 2022-12-14 17:11:16 +08:00
rodzic 8b5ac5154c
commit 410548603f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -301,7 +301,7 @@ function Poll({ poll }) {
{voted && ownVotes.includes(i) && (
<>
{' '}
<Icon icon="check" size="s" />
<Icon icon="check-circle" size="s" />
</>
)}
</div>