We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c1d67 commit 8818c80Copy full SHA for 8818c80
web/src/pages/Resolver/Parameters/Court.tsx
@@ -100,7 +100,7 @@ const Court: React.FC = () => {
100
const text = availableDisputeKits[dk.address.toLowerCase()] ?? "";
101
return {
102
text,
103
- value: dk.id,
+ value: Number(dk.id),
104
gated: text === DisputeKits.Gated || text === DisputeKits.GatedShutter,
105
};
106
}) || []
0 commit comments