From 83e6d98d2d7586fb518ed1b2097c59ea9b8af223 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 31 Jan 2024 12:10:03 +0100 Subject: New tools, fix room list items --- MatrixUtils.Web/Shared/RoomListComponents/RoomListCategory.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MatrixUtils.Web/Shared/RoomListComponents') diff --git a/MatrixUtils.Web/Shared/RoomListComponents/RoomListCategory.razor b/MatrixUtils.Web/Shared/RoomListComponents/RoomListCategory.razor index 4b24c18..7670ec5 100644 --- a/MatrixUtils.Web/Shared/RoomListComponents/RoomListCategory.razor +++ b/MatrixUtils.Web/Shared/RoomListComponents/RoomListCategory.razor @@ -4,7 +4,7 @@ @using LibMatrix.Homeservers @using LibMatrix.Responses @using MatrixUtils.Abstractions -
+
@RoomType (@Rooms.Count) @foreach (var room in Rooms) {
-- cgit 1.5.1