mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-26 13:05:03 +01:00
Fix extra separator besides favourite count on private posts (#29605)
This commit is contained in:
parent
d702a03a0c
commit
726e7ad024
@ -304,7 +304,7 @@ class DetailedStatus extends ImmutablePureComponent {
|
|||||||
|
|
||||||
<div className='detailed-status__meta__line'>
|
<div className='detailed-status__meta__line'>
|
||||||
{reblogLink}
|
{reblogLink}
|
||||||
·
|
{reblogLink && <>·</>}
|
||||||
{favouriteLink}
|
{favouriteLink}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user