This commit is contained in:
okbel 2021-06-01 10:02:38 -03:00
parent 38f91db46e
commit 4438123bb0

View File

@ -11,7 +11,7 @@ interface Props {
product: Product
variant?: 'slim' | 'simple'
imgProps?: Omit<ImageProps, 'src'>
noNameTag: boolean
noNameTag?: boolean
}
const placeholderImg = '/product-img-placeholder.svg'