Skip to content

Commit

Permalink
Fix tooltip title
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Mar 31, 2023
1 parent d36ad9c commit 6afa4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map/utils/geojsonOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
`
<li
class="py-2 last:border-0 truncate border-b"
title="item.label"
title="${item.label}"
>
${item.label}
</li>
Expand Down

0 comments on commit 6afa4d9

Please sign in to comment.