Fix tag bar is not showing

This commit is contained in:
KMY 2023-09-12 17:56:04 +09:00
parent a225d4fcec
commit ffd684b330
2 changed files with 2 additions and 2 deletions

View file

@ -623,7 +623,7 @@ class Status extends ImmutablePureComponent {
{(!isCardMediaWithSensitive || !status.get('hidden')) && media}
{expanded && hashtagBar}
{(!status.get('spoiler_text') || expanded) && hashtagBar}
{emojiReactionsBar}