diff --git a/src/components/SearchableList.tsx b/src/components/SearchableList.tsx index ace42c2..3338a89 100644 --- a/src/components/SearchableList.tsx +++ b/src/components/SearchableList.tsx @@ -38,7 +38,7 @@ const SearchableList: FC> = ({ component, map }) => { onChange={onChange} /> - + ); }; diff --git a/src/modules/room/RoomList.tsx b/src/modules/room/RoomList.tsx index 6658263..10dfc95 100644 --- a/src/modules/room/RoomList.tsx +++ b/src/modules/room/RoomList.tsx @@ -14,7 +14,7 @@ const RoomList: FC = ({ rooms }) => { }; return ( -
+

Chat Rooms diff --git a/src/modules/room/RoomsPane.tsx b/src/modules/room/RoomsPane.tsx index b927b41..900aa9b 100644 --- a/src/modules/room/RoomsPane.tsx +++ b/src/modules/room/RoomsPane.tsx @@ -37,7 +37,7 @@ const RoomsPane: FC<{}> = () => { return (
-
+