pl-fe: Change when to display additional emoji reaction picker
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
b4d56caa5b
commit
9cec2324a0
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ const StatusActionBar: React.FC<IStatusActionBar> = ({
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{me && expandable && features.emojiReacts && (
|
{me && !withLabels && features.emojiReacts && (
|
||||||
<EmojiPickerDropdown
|
<EmojiPickerDropdown
|
||||||
onPickEmoji={handlePickEmoji}
|
onPickEmoji={handlePickEmoji}
|
||||||
theme={statusActionButtonTheme}
|
theme={statusActionButtonTheme}
|
||||||
|
|
Loading…
Reference in a new issue