4
0
forked from crowetic/commerce
This commit is contained in:
Luis Alvarez 2020-10-05 01:23:57 -05:00
parent 3850e33de7
commit bb2b34626b

View File

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