Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
remove fetch data as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoconnell committed Jun 25, 2024
1 parent 0ced09c commit caa0e08
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
@@ -109,7 +109,7 @@ export default function Page({ params }: ResponseProps) {

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

const openModal = (
title: string,

0 comments on commit caa0e08

Please sign in to comment.