mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user