Skip to content

Commit 854c4e1

Browse files
Update src/components/ui/Accordion/fragments/AccordionRoot.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 302b4ba commit 854c4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Accordion/fragments/AccordionRoot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const AccordionRoot = ({ children, customRootClass }: AccordionRootProps) => {
5555
accordionRef
5656

5757
}}>
58-
<div className={clsx(${rootClass}-root)} ref={accordionRef} >
58+
<div className={clsx(`${rootClass}-root`)} ref={accordionRef} >
5959
{children}
6060
</div>
6161
</AccordionContext.Provider>

0 commit comments

Comments
 (0)