Browse Source

fix bug

pull/4/head
欧醚 4 years ago
parent
commit
a5db5d45a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/mastodon/components/status.js

+ 1
- 1
app/javascript/mastodon/components/status.js View File

@ -510,7 +510,7 @@ class Status extends ImmutablePureComponent {
</button>
)}
{deep == null || tree_type != 'ance' && (
{(deep == null || tree_type != 'ance') && (
<StatusActionBar status={status} account={account} {...other} />
)}
</div>

Loading…
Cancel
Save