mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 21:51:21 +00:00
task: temporarily disable for the build
This commit is contained in:
parent
02cf125282
commit
5f41b6a057
@ -34,8 +34,8 @@ const SignUpView: FC<Props> = () => {
|
|||||||
setMessage('')
|
setMessage('')
|
||||||
await signup({
|
await signup({
|
||||||
email,
|
email,
|
||||||
firstName,
|
// firstName,
|
||||||
lastName,
|
// lastName,
|
||||||
password,
|
password,
|
||||||
})
|
})
|
||||||
setLoading(false)
|
setLoading(false)
|
||||||
|
@ -10,7 +10,7 @@ interface Props {
|
|||||||
className?: string
|
className?: string
|
||||||
product: Product
|
product: Product
|
||||||
variant?: 'slim' | 'simple'
|
variant?: 'slim' | 'simple'
|
||||||
imgProps?: Omit<ImageProps, 'src'>
|
imgProps?: Omit<any, 'src'>
|
||||||
}
|
}
|
||||||
|
|
||||||
const placeholderImg = '/product-img-placeholder.svg'
|
const placeholderImg = '/product-img-placeholder.svg'
|
||||||
@ -38,7 +38,7 @@ const ProductCard: FC<Props> = ({
|
|||||||
alt={product.name || 'Product Image'}
|
alt={product.name || 'Product Image'}
|
||||||
height={320}
|
height={320}
|
||||||
width={320}
|
width={320}
|
||||||
layout="fixed"
|
layout="fixed"
|
||||||
{...imgProps}
|
{...imgProps}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user