Skip to content

Commit c2cae5a

Browse files
committed
fix(accordion): remove unnecessary fragments
1 parent 5c538ba commit c2cae5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reusables/src/components/ui/accordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function AccordionTrigger({
8282
className
8383
)}
8484
>
85-
<>{children}</>
85+
{children}
8686
<Animated.View style={chevronStyle}>
8787
<ChevronDown size={18} className={'text-foreground shrink-0'} />
8888
</Animated.View>

0 commit comments

Comments
 (0)