From 3b18c647820b34818eb1cb5ff7820f0c9945586f Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Thu, 9 Jul 2026 11:26:18 +0000 Subject: [PATCH] chore: generate --- packages/app/src/components/ui/drawer.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/app/src/components/ui/drawer.tsx b/packages/app/src/components/ui/drawer.tsx index 32b5d3eb61..9ac555ec9d 100644 --- a/packages/app/src/components/ui/drawer.tsx +++ b/packages/app/src/components/ui/drawer.tsx @@ -92,9 +92,7 @@ type DrawerDescriptionProps = DescriptionProps class?: string } -const DrawerDescription = ( - props: DynamicProps>, -) => { +const DrawerDescription = (props: DynamicProps>) => { const [, rest] = splitProps(props as DrawerDescriptionProps, ["class"]) return (