Hashtag: fix conditional display of "x people talking"

environments/review-ditto-tren-rt78d5/deployments/3692
Alex Gleason 2023-07-25 23:23:33 -05:00
rodzic 497ca73ede
commit f9b4a89ead
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ const Hashtag: React.FC<IHashtag> = ({ hashtag }) => {
<Text tag='span' size='sm' weight='semibold'>#{hashtag.name}</Text> <Text tag='span' size='sm' weight='semibold'>#{hashtag.name}</Text>
</Link> </Link>
{hashtag.history && ( {Boolean(count) && (
<Text theme='muted' size='sm'> <Text theme='muted' size='sm'>
<FormattedMessage <FormattedMessage
id='trends.count_by_accounts' id='trends.count_by_accounts'