mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 00:54:02 -05: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