Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Sep 19, 2024
2 parents f830b1d + ce0decd commit 202d003
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/Maps/UkCoverageMap/Providers/VFProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ export default class VodafoneCoverageMapProvider extends CoverageProvider<true>
},
]
: []),
...(version >= '2024-09-18'
? [
{
key: [{ color: '', label: 'Random colours for each area surrounding an impacted site' }],
},
]
: []),
...(version >= '2024-09-18'
? [
{
key: [{ color: '', label: 'Random colours for each area surrounding an impacted site' }],
},
]
: []),
]
}

Expand Down

0 comments on commit 202d003

Please sign in to comment.