Skip to content

Commit

Permalink
[vuestorefront#44] Remove interactions between components in core ui-…
Browse files Browse the repository at this point in the history
…store
  • Loading branch information
mercs600 committed Oct 20, 2017
1 parent 138696d commit 397435a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/store/modules/ui-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ export default {
},
setMicrocart (state, action) {
state.microcart = action === true
state.overlay = action === true
},
setSidebar (state, action) {
state.sidebar = action === true
state.overlay = action === true
}
}
}

0 comments on commit 397435a

Please sign in to comment.