Ver código fonte

do not show launch options if unavailable

pull/13/head
Jonathan Cobb 4 anos atrás
pai
commit
8f25d189cd
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/account/NewNetworkPage.vue

+ 1
- 1
src/account/NewNetworkPage.vue Ver arquivo

@@ -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">


Carregando…
Cancelar
Salvar