Fix zooid sync

This commit is contained in:
Jon Staab
2026-03-31 11:40:22 -07:00
parent 8018950ba9
commit d1209c635b
6 changed files with 42 additions and 13 deletions
+1
View File
@@ -14,6 +14,7 @@ const ACTIVITY_LABELS: Record<string, string> = {
mark_invoice_attempted: "Invoice payment attempted",
mark_invoice_sent: "Invoice sent",
mark_invoice_closed: "Invoice closed",
mark_relay_synced: "Relay synchronized",
}
function formatDate(ts: number) {