Skip to content

Commit 35d52ea

Browse files
committed
remove one extra guy
1 parent d031841 commit 35d52ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/components/radix/primitives/accordion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def create(cls, *children, **props) -> Component:
435435
r""""keyframes({ from: { height: 0 }, to: { height: "var(--radix-accordion-content-height)" } })"""
436436
)
437437
SLIDE_UP = Var(
438-
r""""keyframes({ from: { height: "var(--radix-accordion-content-height)" }, to: { height: 0 } }})"""
438+
r""""keyframes({ from: { height: "var(--radix-accordion-content-height)" }, to: { height: 0 } })"""
439439
)
440440

441441

0 commit comments

Comments
 (0)