Skip to content

Commit

Permalink
Merge branch 'master' into feat/DGDS-96--see-all-locations
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Apr 26, 2019
2 parents 51aca67 + 0b0c559 commit 1eb8fde
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitmessage
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# When applied this commit will:


# Why do we need this?

4 changes: 2 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export default {
css: [
'mapbox-gl/dist/mapbox-gl.css',
'~/css/main.css',
'~/css/typography',
'~/css/helpers',
'~/css/typography.css',
'~/css/helpers.css',
],

/*
Expand Down
1 change: 1 addition & 0 deletions pages/_datasetIds/_locationId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default {
left: 0;
background-color: var(--color-background);
box-shadow: var(--shadow);
overflow-x: hidden;
}
.location-id__header {
Expand Down
2 changes: 1 addition & 1 deletion test/unit/layouts/default.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('Default', () => {
})
})

test('update url with new locationId on select-locations mapbox event', () => {
test('update url with new datasetIds on select-locations mapbox event', () => {
const routerPush = jest.fn()
const wrapper = shallowMount(Default, {
store,
Expand Down

0 comments on commit 1eb8fde

Please sign in to comment.