From cc3ddb214843a0e3d25acea180122be9f307ef9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 30 Jul 2022 16:29:25 +0200 Subject: [PATCH] Location page product is not mandatory --- src/routes/[country]/[location]/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index bf32d2b..de0a199 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -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)