diff --git a/app/page.tsx b/app/page.tsx index b514bf3..fc6bc15 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -50,7 +50,7 @@ function PerkTable({}: PerkTableProps) { useEffect(() => { fetchData(); - }, [fetchData]); + }, []); // Function to fetch data from the API async function fetchData() {