Fix
This commit is contained in:
parent
12f928aa93
commit
52578f0691
1 changed files with 9 additions and 9 deletions
|
@ -14,14 +14,14 @@ import { useParams } from "next/navigation";
|
|||
import { FaShieldAlt } from "react-icons/fa";
|
||||
import { GiStarFormation } from "react-icons/gi";
|
||||
import {
|
||||
IoCheckmarkCircleOutline,
|
||||
IoCopyOutline,
|
||||
IoDownloadOutline,
|
||||
IoEyeOffOutline,
|
||||
IoEyeOutline,
|
||||
IoHourglassOutline,
|
||||
IoReloadOutline,
|
||||
IoSaveOutline,
|
||||
IoCheckmarkCircleOutline,
|
||||
IoCopyOutline,
|
||||
IoDownloadOutline,
|
||||
IoEyeOffOutline,
|
||||
IoEyeOutline,
|
||||
IoHourglassOutline,
|
||||
IoReloadOutline,
|
||||
IoSaveOutline,
|
||||
} from "react-icons/io5";
|
||||
import { RiVipCrownFill } from "react-icons/ri";
|
||||
import NoRoomUI from "./NoRoomUI";
|
||||
|
@ -39,7 +39,7 @@ const VoteUI = () => {
|
|||
|
||||
const [votesFromDb, setVotesFromDb] = useState<VoteResponse>(undefined);
|
||||
|
||||
const getRoomHandler = async () => {
|
||||
const getRoomHandler = () => {
|
||||
fetch(`/api/internal/room/${roomId}`, {
|
||||
cache: "no-cache",
|
||||
method: "GET",
|
||||
|
|
Loading…
Add table
Reference in a new issue