Fix tag bar is not showing
This commit is contained in:
parent
a225d4fcec
commit
ffd684b330
2 changed files with 2 additions and 2 deletions
|
@ -623,7 +623,7 @@ class Status extends ImmutablePureComponent {
|
|||
|
||||
{(!isCardMediaWithSensitive || !status.get('hidden')) && media}
|
||||
|
||||
{expanded && hashtagBar}
|
||||
{(!status.get('spoiler_text') || expanded) && hashtagBar}
|
||||
|
||||
{emojiReactionsBar}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue