Fixed PlaygroundArea accordion behaviour (#5760)
This commit is contained in:
parent
23ea746813
commit
47964d24c0
|
|
@ -70,7 +70,7 @@ function PlaygroundArea({
|
|||
}) {
|
||||
return (
|
||||
<>
|
||||
<Accordion.Item value={`accordion-playground-{title}`}>
|
||||
<Accordion.Item value={`accordion-playground-${title}`}>
|
||||
<Accordion.Control>
|
||||
<Text>{title}</Text>
|
||||
</Accordion.Control>
|
||||
|
|
|
|||
Loading…
Reference in New Issue