From 01767971dcedc7725d2346f63de2d72f444492ff Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sat, 17 Dec 2022 12:12:34 +0100 Subject: [PATCH] hop --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index af8ac29..606c9e3 100644 --- a/js/main.js +++ b/js/main.js @@ -989,7 +989,7 @@ function displayPointsFromApi(points) { } if (typeof feature.properties.tags['cuisine'] !== typeof undefined && feature.properties.tags['cuisine'].length) { - cuisine = ' - cuisine: ' + (feature.properties.tags['cuisine'] | ''); + cuisine = ` - cuisine: ${feature.properties.tags['cuisine'] | ''}`; } let html = ' ' + rest_name + ' ' + cuisine + '' +