diff --git a/matrixgw_frontend/src/routes/WSDebugRoute.tsx b/matrixgw_frontend/src/routes/WSDebugRoute.tsx index f7073bf..a4e3bfd 100644 --- a/matrixgw_frontend/src/routes/WSDebugRoute.tsx +++ b/matrixgw_frontend/src/routes/WSDebugRoute.tsx @@ -49,7 +49,12 @@ export function WSDebugRoute(): React.ReactElement { return ( - State: {state} +
+ State:{" "} + + {state} + +
{messages.map((msg, id) => (