mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-22 00:58:18 +00: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 a new issue