FIX: chat and room size
All checks were successful
Deploy React / build-and-deploy (push) Successful in 15s
All checks were successful
Deploy React / build-and-deploy (push) Successful in 15s
This commit is contained in:
@@ -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" }}>
|
||||
|
||||
Reference in New Issue
Block a user