From cf6afd832ed5563ab95998c5c064ebe69f1a2ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 14 Nov 2021 19:51:31 +0100 Subject: [PATCH] Add photo's city to Postcard on Photos grid --- src/components/molecules/PostCard.svelte | 1 - src/routes/photos.svelte | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/molecules/PostCard.svelte b/src/components/molecules/PostCard.svelte index 8ee70e2..0ea80d1 100644 --- a/src/components/molecules/PostCard.svelte +++ b/src/components/molecules/PostCard.svelte @@ -39,7 +39,6 @@ \ No newline at end of file diff --git a/src/routes/photos.svelte b/src/routes/photos.svelte index a530f10..f1c443e 100644 --- a/src/routes/photos.svelte +++ b/src/routes/photos.svelte @@ -156,6 +156,7 @@ flag { id } } } + city } } `) @@ -293,7 +294,7 @@
{#if photos.length}
- {#each photos as { image, slug, location, title }, index} + {#each photos as { image, slug, location, title, city }, index}