fix error in dashboard

This commit is contained in:
metacryst
2026-01-14 17:51:01 -06:00
parent d57ab2bf7a
commit 136aeaa66b

View File

@@ -74,7 +74,7 @@ class Dashboard extends Shadow {
.maxWidth(95, pct) .maxWidth(95, pct)
.gap(8); .gap(8);
window.currentNetwork.data.contact.forEach((entry) => { window.currentNetwork.data.join.forEach((entry) => {
HStack(() => { HStack(() => {
this.cell("time", entry.time); this.cell("time", entry.time);
this.cell("fname", entry.fname); this.cell("fname", entry.fname);