diff --git a/src/_pages/Layout.vue b/src/_pages/Layout.vue index b8dd008..10215a1 100644 --- a/src/_pages/Layout.vue +++ b/src/_pages/Layout.vue @@ -130,6 +130,7 @@ export default { this.hasPaymentMethod === true || this.$route.path === '/payment')); }, + policy(p) { this.verifiedContacts = this.hasVerifiedContact(p); const currentUser = util.currentUser();