diff --git a/public/nodes.js b/public/nodes.js index 404e04f6..0081b247 100644 --- a/public/nodes.js +++ b/public/nodes.js @@ -360,7 +360,7 @@

Public Key

${n.public_key}
- ${(n.advert_count || 0) > 0 ? `
` : ''} +
@@ -377,6 +377,21 @@
+
+

Recent Adverts (${adverts.length})

+
+ ${adverts.length ? adverts.map(a => { + return ``; + }).join('') : '
No recent adverts
'} +
+
+

Recent Activity (${recent.length})