]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/pages/DetailsPage.svelte
details: ignore missing computed postcode (#95)
[nominatim-ui.git] / src / pages / DetailsPage.svelte
index b7c436da11e90ccca847bcbccbba8e0f203d9a5b..7fb30b0406290946b0eacc4e4f543adcf2a6e2a9 100644 (file)
             {/if}
             <tr>
               <td>Computed Postcode</td>
-              <td>{aPlace.calculated_postcode}</td>
+              <td>{aPlace.calculated_postcode || ''}</td>
             </tr>
             <tr>
               <td>Address Tags</td>