Skip to content

Commit 90193d0

Browse files
mxljeorangejulius
andcommitted
docs: customization: fix code sample
Co-authored-by: Julian Simioni <orangejulius@users.noreply.github.com>
1 parent c3e5419 commit 90193d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Similar to the string template mentioned above, you can use the row template to
168168
<ge-autocomplete api_key="">
169169
<template row>
170170
<div class="custom-row ${feature.active ? 'custom-row--active' : null}">
171-
<img src="/flags/${feature.properties.country_a.png" alt="${feature.country_a}">
171+
<img src="/flags/${feature.properties.country_a.png}" alt="${feature.properties.country_a}">
172172
<span>${feature.properties.label}</span>
173173
</div>
174174
</template>

0 commit comments

Comments
 (0)