Skip to content

Commit 58b5bfb

Browse files
committed
feat: set sidebar filter accordions to open by default
1 parent 4cce7b3 commit 58b5bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SidebarSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const SidebarSection: React.FC<SidebarSectionProps> = ({
2424
}) => (
2525
<div className="flex w-full flex-col items-baseline justify-between border-b-2 border-[#36266d] px-[10px]">
2626
<Accordion className="w-full" type="single" collapsible>
27-
<AccordionItem className="border-none no-underline" value="item-1">
27+
<AccordionItem className="border-none no-underline" value="item-1" defaultValue="item-1">
2828
<AccordionTrigger className="w-full no-underline">
2929
<div className="font-play text-sm no-underline">{label}</div>
3030
</AccordionTrigger>

0 commit comments

Comments
 (0)