This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
c628ce37b6
be04d673d2
commit
80a1f84026
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/_pages/Layout.vue
+ 1
- 0
src/_pages/Layout.vue
View File
@@ -130,6 +130,7 @@ export default {
this.hasPaymentMethod === true ||
this.$route.path === '/payment'));
},
policy(p) {
this.verifiedContacts = this.hasVerifiedContact(p);
const currentUser = util.currentUser();
Write
Preview
Loading…
Cancel
Save