Fix modals
This commit is contained in:
parent
88cf11972f
commit
c5e0f3e2e4
@ -25,7 +25,7 @@ export default {
|
|||||||
]),
|
]),
|
||||||
showSponsorButton() {
|
showSponsorButton() {
|
||||||
const type = this.$store.getters['modal/config'].type;
|
const type = this.$store.getters['modal/config'].type;
|
||||||
return !this.$store.getters.isSponsor && type !== 'SponsorModal' && type !== 'signInForSponsorship';
|
return !this.$store.getters.isSponsor && type !== 'sponsor' && type !== 'signInForSponsorship';
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
Reference in New Issue
Block a user