diff --git a/matrixgw_frontend/src/routes/WSDebugRoute.tsx b/matrixgw_frontend/src/routes/WSDebugRoute.tsx index b572c3a..56cd9e9 100644 --- a/matrixgw_frontend/src/routes/WSDebugRoute.tsx +++ b/matrixgw_frontend/src/routes/WSDebugRoute.tsx @@ -23,13 +23,21 @@ export function WSDebugRoute(): React.ReactElement { return ( -
- State:{" "} - + {/* Status bar */} +
+ State: + {state}
+ + {/* WS messages list */} {messages.map((msg, id) => (