diff --git a/src/components/AdminRoom.jsx b/src/components/AdminRoom.jsx index a76bb41..e38e1a8 100644 --- a/src/components/AdminRoom.jsx +++ b/src/components/AdminRoom.jsx @@ -337,33 +337,11 @@ const AdminRoom = ({ userSession, onSessionEnd }) => { {/* Queue */}
- {queue.length === 0 ? 'No one in queue' : `${queue.length} person${queue.length > 1 ? 's' : ''} waiting to speak`} -
-+ {queue.length === 0 ? 'No one in queue' : `${queue.length} person${queue.length > 1 ? 's' : ''} waiting to speak`} +