Skip to content

Commit

Permalink
fix: initial value for projectionResult
Browse files Browse the repository at this point in the history
  • Loading branch information
friedjoff committed Mar 18, 2020
1 parent acb0162 commit 9a4c68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const initialState = {
mapView: '9|910001|5947112',
projectionMode: 'm',
projectionOptions: {},
projectionResult: { options: {}, projections: [] },
projectionResult: [{ options: {}, projections: [] }],
targetAltitudinalZone: null,
welcomeModalOpen: localStorage.getItem('tree.welcomeModal') !== 'close',
};
Expand Down

0 comments on commit 9a4c68f

Please sign in to comment.