fix: lint
This commit is contained in:
parent
043bf62ef3
commit
b65839d0d7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
<th>{{ $t('misc.created') }}</th>
|
<th>{{ $t('misc.created') }}</th>
|
||||||
<th class="has-text-right">{{ $t('misc.actions') }}</th>
|
<th class="has-text-right">{{ $t('misc.actions') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr v-for="tk in tokens">
|
<tr v-for="tk in tokens" :key="tk.id">
|
||||||
<td>{{ tk.id }}</td>
|
<td>{{ tk.id }}</td>
|
||||||
<td>{{ formatDateShort(tk.created) }}</td>
|
<td>{{ formatDateShort(tk.created) }}</td>
|
||||||
<td class="has-text-right">
|
<td class="has-text-right">
|
||||||
|
|
Loading…
Add table
Reference in a new issue