1
0
mirror of https://github.com/vercel/commerce.git synced 2025-03-16 07:22:32 +00:00
This commit is contained in:
Luis Alvarez 2020-10-05 01:23:57 -05:00
parent 3850e33de7
commit bb2b34626b

@ -18,7 +18,7 @@ const M: FC<Props> = ({
items, items,
wrapper: Component = DefaultWrapper, wrapper: Component = DefaultWrapper,
variant = 'primary', variant = 'primary',
min = 'none', // min = 'none',
}) => { }) => {
const rootClassName = cn( const rootClassName = cn(
s.root, s.root,