aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/serve.js')
-rw-r--r--lib/serve.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js
index d709cbd..e05acd5 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -1563,6 +1563,17 @@ Serve.prototype.wrapUserFeed = function (isScrolled, id) {
self.aboutDescription(id)
])
]),
+ isScrolled ? '' : ph('tr', [
+ ph('td'),
+ ph('td', pull(
+ self.app.getAddresses(id),
+ pull.map(function (address) {
+ return ph('div', [
+ ph('code', address)
+ ])
+ })
+ ))
+ ]),
ph('tr', [
ph('td'),
ph('td', [