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 Mar 28, 2024
2 parents 91929c9 + c558929 commit 181e0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Maps/UkCoverageMap/Providers/VFProvider.tsx
Expand Up @@ -29,8 +29,9 @@ export default class VodafoneCoverageMapProvider extends CoverageProvider<true>
'2024-02-26': '26 February 2024',
'2024-03-04': '4 March 2024',
'2024-03-24': '24 March 2024',
'2024-03-27': '27 March 2024',
}
protected _version = '2024-03-24'
protected _version = '2024-03-27'

protected _getLayerKeys(version: string): ICoverageLayerKey[] {
const genericKey = [
Expand Down

0 comments on commit 181e0e8

Please sign in to comment.