This commit is contained in:
Atridad Lahiji 2023-09-10 23:00:00 -06:00 committed by atridadl
parent 04624a34c9
commit e15bd91d8a
No known key found for this signature in database

View file

@ -138,6 +138,7 @@ const VoteUI = () => {
setRoomScale(roomFromDb.scale || "ERROR");
} else {
void getRoomHandler();
void getVotesHandler();
}
}, [roomFromDb, roomId, user]);