diff --git a/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx b/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx index 0e02eed..2a6d165 100644 --- a/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx +++ b/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx @@ -36,12 +36,12 @@ export const ChatInputStyleSelectorView: FC = p popoverRect={popoverRect} position={position} > - + {chatStyleIds && chatStyleIds.length > 0 && chatStyleIds.map(styleId => ( - selectStyle(styleId)}> + selectStyle(styleId)}>
-
 
+
))}