Skip to content

Commit

Permalink
fix city from be omitted from location sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Mar 24, 2020
1 parent 2ea5329 commit 736f6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function storeSetup(vuetify) {
},
getters: {
locationInfo(state) {
return generateQueryParams(state.locationInfo);
return `&${generateQueryParams(state.locationInfo)}`;
},
emergencyConfig(state) {
return state.ui.emergencyConfig;
Expand Down

0 comments on commit 736f6b8

Please sign in to comment.