opencode-agent[bot] пре 2 месеци
родитељ
комит
3b18c64782
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      packages/app/src/components/ui/drawer.tsx

+ 1 - 3
packages/app/src/components/ui/drawer.tsx

@@ -92,9 +92,7 @@ type DrawerDescriptionProps<T extends ValidComponent = "div"> = DescriptionProps
   class?: string
   class?: string
 }
 }
 
 
-const DrawerDescription = <T extends ValidComponent = "div">(
-  props: DynamicProps<T, DrawerDescriptionProps<T>>,
-) => {
+const DrawerDescription = <T extends ValidComponent = "div">(props: DynamicProps<T, DrawerDescriptionProps<T>>) => {
   const [, rest] = splitProps(props as DrawerDescriptionProps, ["class"])
   const [, rest] = splitProps(props as DrawerDescriptionProps, ["class"])
   return (
   return (
     <DrawerPrimitive.Description
     <DrawerPrimitive.Description