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 c57dee8 commit 0d717b6Copy full SHA for 0d717b6
web/src/pages/Cases/CaseDetails/Voting/Binary.tsx
@@ -49,7 +49,7 @@ const Binary: React.FC<{ arbitrable?: string; voteIDs: string[] }> = ({ arbitrab
49
<OptionsContainer>
50
{metaEvidence?.rulingOptions?.titles?.map((answer: string, i: number) => {
51
return (
52
- <EnsureChain key={`${answer}-${i}`}>
+ <EnsureChain key={answer}>
53
<Button
54
text={answer}
55
disabled={isSending}
0 commit comments