Skip to content

Commit 955bcbd

Browse files
committed
Refactor code: Remove unused useEffect hook in BountyDetails page
1 parent 6a23ae7 commit 955bcbd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/(pages)/bounty/[id]/page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ const BountyDetails = () => {
106106
}
107107
}
108108

109-
useEffect(() => {
110-
console.log(submissionLink);
111-
}, [submissionLink]);
112-
113109
if (error && error.status === 401) {
114110
return toast.error("You are not authorized to submit this bounty");
115111
}

0 commit comments

Comments
 (0)