Parcourir la source

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

pull/64/head
Tyler Chen il y a 4 ans
Parent
révision
80a1f84026
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/_pages/Layout.vue

+ 1
- 0
src/_pages/Layout.vue Voir le fichier

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

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


Chargement…
Annuler
Enregistrer