Skip to content

Commit

Permalink
Merge pull request #2086 from shkodasv/master
Browse files Browse the repository at this point in the history
fixed bug with toggle wishlist
  • Loading branch information
pkarw authored Dec 13, 2018
2 parents 011ab77 + 95e20e0 commit 12498cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ui-store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const store = {
commit('setMicrocart', !state.microcart)
},
toggleWishlist ({ commit, state }) {
commit('setWishlist', !state.microcart)
commit('setWishlist', !state.wishlist)
}
}
}
Expand Down

0 comments on commit 12498cd

Please sign in to comment.