mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-24 09:04:06 +01:00
[Glitch] Fix extra separator besides favourite count on private posts
Port 726e7ad024
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
876aa35350
commit
d959501ef1
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ class DetailedStatus extends ImmutablePureComponent {
|
|||
|
||||
<div className='detailed-status__meta__line'>
|
||||
{reblogLink}
|
||||
·
|
||||
{reblogLink && <>·</>}
|
||||
{favouriteLink}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue