FIX: chat and room size
All checks were successful
Deploy React / build-and-deploy (push) Successful in 15s

This commit is contained in:
2026-03-11 14:05:01 +01:00
parent ba755561e6
commit 7ae740203d
5 changed files with 35 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ function RoomCard({ number, status ,id}) {
return (
<div className="card">
<h3>Room {number}</h3>
<h4>Id {id}</h4>
{!editing ?(
<p onClick={() => setEdtiting(true)} style={{ cursor: "pointer" }}>