Show thread counter for small <Status /> too

This commit is contained in:
Lim Chee Aun 2023-01-23 20:34:53 +08:00
parent 348e7a52c9
commit 56b6552d65

View file

@ -272,7 +272,7 @@ function Status({
</span> </span>
))} ))}
</div> </div>
{!withinContext && size !== 's' && ( {!withinContext && (
<> <>
{inReplyToAccountId === status.account?.id || {inReplyToAccountId === status.account?.id ||
!!snapStates.statusThreadNumber[id] ? ( !!snapStates.statusThreadNumber[id] ? (