diff --git a/frontend/components/connections/HostCard.vue b/frontend/components/connections/HostCard.vue index 13fdb35..4dbb4c0 100644 --- a/frontend/components/connections/HostCard.vue +++ b/frontend/components/connections/HostCard.vue @@ -14,6 +14,7 @@ interface Host { const props = defineProps<{ host: Host + selected?: boolean }>() const emit = defineEmits<{ @@ -37,8 +38,8 @@ function formatLastConnected(ts: string | null): string {