diff --git a/packages/pl-fe/src/components/ui/avatar.tsx b/packages/pl-fe/src/components/ui/avatar.tsx index 72eb5e8b4..6f597a511 100644 --- a/packages/pl-fe/src/components/ui/avatar.tsx +++ b/packages/pl-fe/src/components/ui/avatar.tsx @@ -120,8 +120,7 @@ const Avatar = (props: IAvatar) => { return ( ({ id, shouldCondense, autoFocus, clickab const showModifiers = !condensed && (compose.media_attachments.length || compose.is_uploading || compose.poll?.options.length || compose.schedule); const composeModifiers = showModifiers && ( - +
- +
); let publishText: string | JSX.Element = ''; @@ -347,6 +345,7 @@ const ComposeForm = ({ id, shouldCondense, autoFocus, clickab return (
({ id, shouldCondense, autoFocus, clickab {!shouldCondense && !event && !group && } {selectButtons.length > 0 && ( - +
{selectButtons} - +
)} {features.spoilers && ( @@ -390,9 +389,7 @@ const ComposeForm = ({ id, shouldCondense, autoFocus, clickab