mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 14:36:59 +00:00
fix another error
This commit is contained in:
parent
88c4a9677d
commit
7f2c67d357
@ -82,7 +82,7 @@ export function Gallery({
|
||||
onClick={() => setCurrentImage(index)}
|
||||
>
|
||||
<GridTileImage
|
||||
alt={image.altText}
|
||||
alt={image?.altText}
|
||||
src={image.src}
|
||||
width={600}
|
||||
height={600}
|
||||
|
Loading…
x
Reference in New Issue
Block a user