Skip to content

Commit

Permalink
Merge pull request #45 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Fix tooltip title
  • Loading branch information
José Luis Pereira authored and GitHub committed Mar 31, 2023
2 parents a952f3f + 6afa4d9 commit aad21a2
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 aad21a2

Please sign in to comment.