Skip to content

Commit d78e212

Browse files
Update web/src/pages/Resolver/Parameters/Court.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 7c74b70 commit d78e212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/Resolver/Parameters/Court.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ const Court: React.FC = () => {
240240
});
241241
}
242242
}
243-
}, [isValidToken, isGatedDisputeKit, disputeData, setDisputeData]);
243+
}, [isValidToken, isGatedDisputeKit, disputeData.disputeKitData, setDisputeData]);
244244

245245
const handleCourtChange = (courtId: string) => {
246246
if (disputeData.courtId !== courtId) {

0 commit comments

Comments
 (0)