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 class="has-text-right">{{ $t('misc.actions') }}</th>
|
||||
</tr>
|
||||
<tr v-for="tk in tokens">
|
||||
<tr v-for="tk in tokens" :key="tk.id">
|
||||
<td>{{ tk.id }}</td>
|
||||
<td>{{ formatDateShort(tk.created) }}</td>
|
||||
<td class="has-text-right">
|
||||
|
|
Loading…
Reference in a new issue