Skip to content

Commit c965434

Browse files
authored
fix: gui: non-unique keys (Sofie-Automation#1774)
1 parent 6ad1bca commit c965434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webui/src/client/lib/collapseJSON.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function CollapseJSON({ json }: { json: string }): JSX.Element {
5959
<Button
6060
variant="light"
6161
size="sm"
62-
key={'collapse'}
62+
key={'copy'}
6363
className="collapse-json__copy"
6464
tabIndex={0}
6565
onClick={(e) => {

0 commit comments

Comments
 (0)