pl-fe: Change when to display additional emoji reaction picker
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -775,7 +775,7 @@ const StatusActionBar: React.FC<IStatusActionBar> = ({
|
||||
/>
|
||||
)}
|
||||
|
||||
{me && expandable && features.emojiReacts && (
|
||||
{me && !withLabels && features.emojiReacts && (
|
||||
<EmojiPickerDropdown
|
||||
onPickEmoji={handlePickEmoji}
|
||||
theme={statusActionButtonTheme}
|
||||
|
||||
Reference in New Issue
Block a user