Some bug fixes.

This commit is contained in:
James Cole
2020-10-01 17:02:15 +02:00
parent c25f5598f1
commit d03ca0ec36
11 changed files with 34 additions and 34 deletions

View File

@@ -52,12 +52,12 @@
<table class="table table-sm table-striped">
<thead>
<tr>
<th>&nbsp;</th>
<th>{{ $t('list.name') }}</th>
<th v-if="'asset' === $props.accountTypes">{{ $t('list.role') }}</th>
<th>{{ $t('list.iban') }}</th>
<th style="text-align: right;">{{ $t('list.currentBalance') }}</th>
<th>{{ $t('list.balanceDiff') }}</th>
<th scope="col">&nbsp;</th>
<th scope="col">{{ $t('list.name') }}</th>
<th scope="col" v-if="'asset' === $props.accountTypes">{{ $t('list.role') }}</th>
<th scope="col">{{ $t('list.iban') }}</th>
<th scope="col" style="text-align: right;">{{ $t('list.currentBalance') }}</th>
<th scope="col">{{ $t('list.balanceDiff') }}</th>
</tr>
</thead>
<tbody>