Skip to content

Commit

Permalink
remove fetch data as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinOConnell committed Jun 25, 2024
1 parent cd4adb2 commit caeeb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[identifier]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Page({ params }: ResponseProps) {

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

const openModal = (
title: string,
Expand Down

0 comments on commit caeeb41

Please sign in to comment.