1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 14:29:03 +09:00

Quick fixes

This commit is contained in:
Essem 2024-01-14 15:47:55 -06:00
parent 73e334f611
commit 1f8fd31210
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C

View File

@ -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}