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

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