mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Don't fail when collections are not found (#996)
* Don't fail when collections are not found * fix another error
This commit is contained in:
@@ -82,7 +82,7 @@ export function Gallery({
|
||||
onClick={() => setCurrentImage(index)}
|
||||
>
|
||||
<GridTileImage
|
||||
alt={image.altText}
|
||||
alt={image?.altText}
|
||||
src={image.src}
|
||||
width={600}
|
||||
height={600}
|
||||
|
Reference in New Issue
Block a user