diff --git a/src/lib/ldb/staff/staff-ldb.svelte b/src/lib/ldb/staff/staff-ldb.svelte index e4f994b..a392ac5 100644 --- a/src/lib/ldb/staff/staff-ldb.svelte +++ b/src/lib/ldb/staff/staff-ldb.svelte @@ -50,7 +50,7 @@ {/key} {#await callFetch(station)} - + {:then data} {#if data}

Updated: {new Date(data.generatedAt).toLocaleTimeString()}