Add limit of 8 different reaction types per announcement (#12950)
This commit is contained in:
parent
76f1ed834e
commit
f816da9c64
3 changed files with 9 additions and 1 deletions
|
@ -265,7 +265,7 @@ class ReactionsBar extends ImmutablePureComponent {
|
|||
/>
|
||||
))}
|
||||
|
||||
<EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} button={<Icon id='plus' />} />
|
||||
{visibleReactions.size < 8 && <EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} button={<Icon id='plus' />} />}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue