Location page product is not mandatory

This commit is contained in:
2022-07-30 16:29:25 +02:00
parent 302591732c
commit cc3ddb2148

View File

@@ -25,7 +25,7 @@
export let location: any
export let photos: any[]
export let totalPhotos: number
export let product: any
export let product: any = undefined
dayjs.extend(relativeTime)