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 (