Fix extra separator besides favourite count on private posts (#29605)

This commit is contained in:
Claire 2024-03-16 02:11:59 +01:00 committed by GitHub
parent d702a03a0c
commit 726e7ad024
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -304,7 +304,7 @@ class DetailedStatus extends ImmutablePureComponent {
<div className='detailed-status__meta__line'>
{reblogLink}
·
{reblogLink && <>·</>}
{favouriteLink}
</div>
</div>