mirror of
https://github.com/funamitech/mastodon
synced 2024-11-27 14:29:03 +09:00
Quick fixes
This commit is contained in:
parent
73e334f611
commit
1f8fd31210
@ -238,7 +238,7 @@ class ActionBar extends PureComponent {
|
||||
const canReact = signedIn && status.get('reactions').filter(r => r.get('count') > 0 && r.get('me')).size < maxReactions;
|
||||
const reactButton = (
|
||||
<IconButton
|
||||
className='plus-icon'
|
||||
className='add-reaction-icon'
|
||||
onClick={this.handleNoOp} // EmojiPickerDropdown handles that
|
||||
title={intl.formatMessage(messages.react)}
|
||||
disabled={!canReact}
|
||||
|
Loading…
Reference in New Issue
Block a user