Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbernard committed Nov 30, 2023
1 parent d30b0eb commit 41e82d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vacs-map-app/src/MapExplorer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import MapLegend from '@/components/MapLegend.vue'
import OverviewTop from '@/components/OverviewTop.vue'
const availableMaps = [
{
id: 'color-across-scenarios',
name: 'Default',
Expand All @@ -56,7 +55,7 @@ const availableMaps = [
id: 'sand-soil',
name: 'Sand + Soil',
component: MapContainerColorSandSoil
},
}
]
const basePadding = 50
Expand Down

0 comments on commit 41e82d0

Please sign in to comment.