Show footer links even if there is no accounts

This commit is contained in:
Bubka 2020-12-03 00:17:53 +01:00
parent 835926760a
commit bfc9ed60a6

View File

@ -40,9 +40,9 @@
</div>
</div>
<!-- Footer -->
<vue-footer :showButtons="true" v-if="accountCount > 0">
<vue-footer :showButtons="true" >
<!-- back button -->
<p class="control">
<p class="control" v-if="accountCount > 0">
<router-link class="button is-dark is-rounded" :to="{ name: 'accounts' }" >
{{ $t('commons.back') }}
</router-link>