Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gillohner committed Oct 5, 2024
1 parent 4891453 commit 83ff143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const formatLocation = (location, googleMapsLink, osmLink, appleMapsLink) => {
result += `🕵️ <a href="${osmLink}">OpenStreetMap</a>`;
}

// AppleMapsLink
// AppleMaps Link
if (appleMapsLink && (googleMapsLink || osmLink)) {
result += ' | ';
}
Expand Down

0 comments on commit 83ff143

Please sign in to comment.