From: Sarah Hoffmann Date: Sun, 28 Feb 2021 11:56:46 +0000 (+0100) Subject: details: ignore missing computed postcode (#95) X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/9205d199f03bcd7055b41d674d0a138b799fe602 details: ignore missing computed postcode (#95) Avoid displaying 'null' when the postcode is missing. --- diff --git a/src/pages/DetailsPage.svelte b/src/pages/DetailsPage.svelte index b7c436d..7fb30b0 100644 --- a/src/pages/DetailsPage.svelte +++ b/src/pages/DetailsPage.svelte @@ -150,7 +150,7 @@ {/if} Computed Postcode - {aPlace.calculated_postcode} + {aPlace.calculated_postcode || ''} Address Tags