fix error in dashboard
This commit is contained in:
@@ -74,7 +74,7 @@ class Dashboard extends Shadow {
|
||||
.maxWidth(95, pct)
|
||||
.gap(8);
|
||||
|
||||
window.currentNetwork.data.contact.forEach((entry) => {
|
||||
window.currentNetwork.data.join.forEach((entry) => {
|
||||
HStack(() => {
|
||||
this.cell("time", entry.time);
|
||||
this.cell("fname", entry.fname);
|
||||
|
||||
Reference in New Issue
Block a user