diff --git a/src/components/RoomList.tsx b/src/components/RoomList.tsx index 497fbb1a..4660c66e 100644 --- a/src/components/RoomList.tsx +++ b/src/components/RoomList.tsx @@ -276,7 +276,7 @@ const Component: React.FC = ({}: Props) => { > {selectTagState === tag.name && } {tag.name} - {tag.count} + {tag.count} ); })}