diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index 98e1177..3e11784 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -24,6 +24,7 @@ let currentPage: number = 1 let ended: boolean let currentPhotosAmount: number + const hasIllustration = location.illustration_desktop && location.illustration_desktop_2x && location.illustration_mobile $: latestPhoto = photos[0] $: currentPhotosAmount = photos.length @@ -98,9 +99,9 @@