We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce40f38 commit 7d0ef32Copy full SHA for 7d0ef32
06 - Type Ahead/index-START.html
@@ -44,7 +44,7 @@
44
const stateName = place.state.replace(regex, `<span class="hl">${this.value}</span>`)
45
return `
46
<li>
47
- <span class="name">${place.city}, ${place.state}</span>
+ <span class="name">${cityName}, ${stateName}</span>
48
<span class="population">${numberWithCommas(place.population)}</span>
49
</li>
50
`;
0 commit comments