pl-fe: do not display reaction button when unauthenticated
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -755,7 +755,7 @@ const StatusActionBar: React.FC<IStatusActionBar> = ({
|
||||
/>
|
||||
)}
|
||||
|
||||
{expandable && (features.emojiReacts || features.emojiReactsMastodon) && (
|
||||
{me && expandable && (features.emojiReacts || features.emojiReactsMastodon) && (
|
||||
<EmojiPickerDropdown onPickEmoji={handlePickEmoji} />
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user