Skip to content

Commit 7906d4b

Browse files
committed
Lint
1 parent 10622d9 commit 7906d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminui2/src/pages/Devices.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const isCreateTokenModalOpen = ref(false)
139139
<td class="font-mono">
140140
<div class="overflow-hidden text-ellipsis whitespace-nowrap">{{ device.public_key }}</div>
141141
</td>
142-
<td class="font-mono ">
142+
<td class="font-mono">
143143
<div class="overflow-hidden text-ellipsis whitespace-nowrap">{{ device.last_endpoint == '<nil>' ? '-'
144144
: device.last_endpoint}}</div>
145145

0 commit comments

Comments
 (0)