Browse Source

do not show launch options if unavailable

pull/13/head
Jonathan Cobb 4 years ago
parent
commit
8f25d189cd
1 changed files with 1 additions and 1 deletions
  1. +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">


Loading…
Cancel
Save