From bb2b34626b29ef2565114f5a33a957907a987bf8 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Mon, 5 Oct 2020 01:23:57 -0500 Subject: [PATCH] fix type --- components/ui/Marquee/Marquee.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/Marquee/Marquee.tsx b/components/ui/Marquee/Marquee.tsx index 3ef59ba1a..99ee6baf9 100644 --- a/components/ui/Marquee/Marquee.tsx +++ b/components/ui/Marquee/Marquee.tsx @@ -18,7 +18,7 @@ const M: FC = ({ items, wrapper: Component = DefaultWrapper, variant = 'primary', - min = 'none', + // min = 'none', }) => { const rootClassName = cn( s.root,