From 0272e7ed1830090def22b97644befbfee8fa8da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 13 Jun 2022 18:30:42 +0200 Subject: [PATCH] Various fixes for Location page --- src/components/molecules/House.svelte | 4 +++- src/routes/[country]/[location]/index.svelte | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/House.svelte b/src/components/molecules/House.svelte index cc5c756..c2145e0 100644 --- a/src/components/molecules/House.svelte +++ b/src/components/molecules/House.svelte @@ -20,7 +20,9 @@ {title}

- {#if city} {city} ·{/if} + {#if city} + {city} · + {/if} {#if date}

- Houses of {location.name} {location.description} + Houses of {location.name} {location.description ?? 'has no description yet'}