Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbxr authored Dec 11, 2023
1 parent 2881123 commit 557cca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function PerkTable({}: PerkTableProps) {

useEffect(() => {
fetchData();
}, [fetchData]);
}, []);

// Function to fetch data from the API
async function fetchData() {
Expand Down

0 comments on commit 557cca5

Please sign in to comment.