We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0fa05 commit b3c407dCopy full SHA for b3c407d
src/components/SidebarSection.tsx
@@ -23,8 +23,8 @@ const SidebarSection: React.FC<SidebarSectionProps> = ({
23
updater,
24
}) => (
25
<div className="flex w-full flex-col items-baseline justify-between border-b-2 border-[#36266d] px-[10px]">
26
- <Accordion className="w-full" type="single" collapsible>
27
- <AccordionItem className="border-none no-underline" value="item-1" defaultValue="item-1">
+ <Accordion className="w-full" type="single" value={label}>
+ <AccordionItem className="border-none no-underline" value={label}>
28
<AccordionTrigger className="w-full no-underline">
29
<div className="font-play text-sm no-underline">{label}</div>
30
</AccordionTrigger>
0 commit comments