diff --git a/src/components/navigator/views/search/NavigatorSearchResultItemInfoView.tsx b/src/components/navigator/views/search/NavigatorSearchResultItemInfoView.tsx index 432fce48..b02b834e 100644 --- a/src/components/navigator/views/search/NavigatorSearchResultItemInfoView.tsx +++ b/src/components/navigator/views/search/NavigatorSearchResultItemInfoView.tsx @@ -43,7 +43,7 @@ export const NavigatorSearchResultItemInfoView: FC setIsVisible(true) } onMouseLeave={ event => setIsVisible(false) } /> - + { roomData.habboGroupId > 0 && ( diff --git a/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx b/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx index 505bc375..f5cbbe50 100644 --- a/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx +++ b/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx @@ -46,7 +46,7 @@ export const ChatInputStyleSelectorView: FC = p <> - + { chatStyleIds && (chatStyleIds.length > 0) && chatStyleIds.map((styleId) =>