Browse Source

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

pull/64/head
Tyler Chen 4 years ago
parent
commit
80a1f84026
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/_pages/Layout.vue

+ 1
- 0
src/_pages/Layout.vue View File

@@ -130,6 +130,7 @@ export default {
this.hasPaymentMethod === true || this.hasPaymentMethod === true ||
this.$route.path === '/payment')); this.$route.path === '/payment'));
}, },

policy(p) { policy(p) {
this.verifiedContacts = this.hasVerifiedContact(p); this.verifiedContacts = this.hasVerifiedContact(p);
const currentUser = util.currentUser(); const currentUser = util.currentUser();


Loading…
Cancel
Save