diff --git a/app/soapbox/components/hashtag.tsx b/app/soapbox/components/hashtag.tsx index 8dc74230ee..41b2c07a6a 100644 --- a/app/soapbox/components/hashtag.tsx +++ b/app/soapbox/components/hashtag.tsx @@ -23,7 +23,7 @@ const Hashtag: React.FC = ({ hashtag }) => { #{hashtag.name} - {hashtag.history && ( + {Boolean(count) && ( { v.software === FRIENDICA && gte(v.version, '2022.12.0'), v.software === MASTODON && gte(v.compatVersion, '3.0.0'), v.software === TRUTHSOCIAL, + v.software === DITTO, ]), /**