mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 17:55:44 +03:00
Show thread counter for small <Status /> too
This commit is contained in:
parent
348e7a52c9
commit
56b6552d65
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ function Status({
|
|||
</span>
|
||||
))}
|
||||
</div>
|
||||
{!withinContext && size !== 's' && (
|
||||
{!withinContext && (
|
||||
<>
|
||||
{inReplyToAccountId === status.account?.id ||
|
||||
!!snapStates.statusThreadNumber[id] ? (
|
||||
|
|
Loading…
Reference in a new issue