Skip to content

Commit

Permalink
remove extra react button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby committed Jan 22, 2024
1 parent 0d60612 commit 5b0f546
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,6 @@ class StatusActionBar extends ImmutablePureComponent {
: reactButton
}
<IconButton className='status__action-bar-button bookmark-icon' disabled={!signedIn} active={status.get('bookmarked')} title={intl.formatMessage(messages.bookmark)} icon='bookmark' onClick={this.handleBookmarkClick} />
{
permissions
? <EmojiPickerDropdown className='status__action-bar-button' onPickEmoji={this.handleEmojiPick} button={reactButton} disabled={!canReact} />
: reactButton
}

{filterButton}

Expand Down

0 comments on commit 5b0f546

Please sign in to comment.