Quick group fixes (#9001)

* Added tavern background and fixed notification key

* Fixed notification on error response

* Fixed group plans header

* Updated images/icons in tavern
This commit is contained in:
Keith Holliday
2017-08-28 18:39:32 -06:00
committed by GitHub
parent 515fd62dd8
commit 9fc7bae13e
27 changed files with 106 additions and 130 deletions

View File

@@ -271,14 +271,16 @@ export default {
},
mounted () {
this.activePage = this.PAGES.BENEFITS;
this.$store.state.hideHeader = true;
// @TODO: have to handle this better because sub pages have hidden header
// @TODO: I think we can remove this
// this.$store.state.hideHeader = true;
// @TODO: can this be in a mixin?
this.StripeCheckout = window.StripeCheckout;
},
destroyed () {
// @TODO: going from the page back to party modal does not show
this.$store.state.hideHeader = false;
// this.$store.state.hideHeader = false;
},
computed: {
newGroupIsReady () {