Skip to content

Commit

Permalink
remove GSP id from map tooltip until confirmed
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Sep 10, 2024
1 parent dcce10c commit a7c0a14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/nowcasting-app/components/map/pvLatestMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,7 @@ const PvLatestMap: React.FC<PvLatestMapProps> = ({
const popupContent = `<div class="flex flex-col min-w-[16rem] text-white">
<div class="flex justify-between gap-3 items-center mb-1">
<div class="text-sm font-semibold">${properties?.gspDisplayName}</div>
<div class="text-xs text-mapbox-black-300">${properties?.GSPs} • #${
properties?.gsp_id
}</div>
<div class="text-xs text-mapbox-black-300">${properties?.GSPs}</div>
</div>
<div class="flex justify-between items-center">
Expand Down

0 comments on commit a7c0a14

Please sign in to comment.