remove typo text from scroll area components

This commit is contained in:
ecwu
2024-12-31 14:40:33 +08:00
parent dda88258ea
commit a63502ae2b

View File

@@ -12,7 +12,6 @@ const NonOverflowScrollArea = React.forwardRef<
className={cn("relative", className)}
{...props}
>
aaa
<ScrollAreaPrimitive.Viewport className="h-full w-full rounded-[inherit]">
{children}
</ScrollAreaPrimitive.Viewport>
@@ -30,7 +29,6 @@ const ScrollArea = React.forwardRef<
className={cn("relative overflow-hidden", className)}
{...props}
>
aaa
<ScrollAreaPrimitive.Viewport className="h-full w-full rounded-[inherit]">
{children}
</ScrollAreaPrimitive.Viewport>