From b454e0f90d22d29ae9a03b7370df307f11610a24 Mon Sep 17 00:00:00 2001 From: anamontiaga Date: Thu, 14 Sep 2023 13:14:03 +0200 Subject: [PATCH] fix prettier --- app/components/scroll-area/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/scroll-area/index.tsx b/app/components/scroll-area/index.tsx index 7416e03302..308711d4bd 100644 --- a/app/components/scroll-area/index.tsx +++ b/app/components/scroll-area/index.tsx @@ -37,7 +37,7 @@ const ScrollBar = React.forwardRef< )} {...props} > - + )); ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName;