Merge branch 'main' of https://git.sun.museum/sam/parchment.page
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user