that's right

This commit is contained in:
Sam Poder 2021-07-26 23:30:54 +08:00 committed by GitHub
parent 7c768744c3
commit 550f47310d

View file

@ -60,7 +60,9 @@ const Announcement = ({
</Text>
)}
</Text>
<Icon glyph={iconRight} sx={{ ml: [2, 3], color }} />
{iconRight && (
<Icon glyph={iconRight} sx={{ ml: [2, 3], color }} />
)}
</Card>
)