pl-fe: fix groups compose form styles

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-28 00:14:43 +01:00
parent a6cad80a90
commit c37c188b4b

View File

@ -242,7 +242,7 @@ const ComposeForm = <ID extends string>({ id, shouldCondense, autoFocus, clickab
{!shouldCondense && !event && !group && <ReplyMentions composeId={id} />}
{!!selectButtons && (
{selectButtons.length > 0 && (
<HStack space={2} wrap className={clsx(transparent && '-mb-2')}>
{selectButtons}
</HStack>