Fix: linting error

This commit is contained in:
helgeerbe 2023-06-22 21:55:58 +02:00
parent 4d05035661
commit 7d73ae3c20
4 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@
</tr>
</thead>
<tbody>
<tr v-for="(prop, key) in vedirectOutput">
<tr v-for="(prop, key) in vedirectOutput" v-bind:key="key">
<th scope="row">{{ $t('vedirecthome.output.' + key) }}</th>
<td style="text-align: right">
{{ $n(prop.v, 'decimal', {
@ -149,7 +149,7 @@
</tr>
</thead>
<tbody>
<tr v-for="(prop, key) in vedirectInput">
<tr v-for="(prop, key) in vedirectInput" v-bind:key="key">
<th scope="row">{{ $t('vedirecthome.input.' + key) }}</th>
<td style="text-align: right">
{{ $n(prop.v, 'decimal', {

Binary file not shown.

Binary file not shown.

Binary file not shown.