From 267735f7155c20fdf00f1e200ea2a71b966a0230 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 10 Sep 2023 23:00:00 -0600 Subject: [PATCH] hotfix --- src/app/_components/VoteUI.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/_components/VoteUI.tsx b/src/app/_components/VoteUI.tsx index f8dd1db..453b969 100644 --- a/src/app/_components/VoteUI.tsx +++ b/src/app/_components/VoteUI.tsx @@ -138,6 +138,7 @@ const VoteUI = () => { setRoomScale(roomFromDb.scale || "ERROR"); } else { void getRoomHandler(); + void getVotesHandler(); } }, [roomFromDb, roomId, user]);