Skip to content

Commit

Permalink
one more exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Jun 4, 2024
1 parent b539ae4 commit 7263c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layers/POIPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function KVTable(props: { kv: TagHash; poi: POI | null }) {
!poiInfoRepeated &&
key !== 'source' &&
key !== 'image' &&
key !== 'check_data' &&
!key.includes('fax') &&
!key.startsWith('addr') &&
!key.startsWith('name') &&
Expand Down

0 comments on commit 7263c65

Please sign in to comment.