remove typo text from scroll area components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user