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
do not show launch options if unavailable
pull/13/head
Jonathan Cobb
4 years ago
parent
a17c91fe77
commit
8f25d189cd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/account/NewNetworkPage.vue
+ 1
- 1
src/account/NewNetworkPage.vue
View File
@@ -74,7 +74,7 @@
<hr/>
</div>
<div v-else>
<div v-else
-if="typeof accountPayMethods !== 'undefined' && accountPayMethods !== null && accountPayMethods.length > 0"
>
<form @submit.prevent="handleSubmit">
<div class="form-group">
Write
Preview
Loading…
Cancel
Save