aboutsummaryrefslogtreecommitdiff
path: root/views.js
diff options
context:
space:
mode:
Diffstat (limited to 'views.js')
-rw-r--r--views.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/views.js b/views.js
index 9da4412..b3cd061 100644
--- a/views.js
+++ b/views.js
@@ -15,7 +15,7 @@ function profilePage (src, keys) {
var input = h('input', {placeholder: 'New name'})
- profile.appendChild(h('a', {href: '#' + src}, [getName(src)]))
+ profile.appendChild(h('a', {href: '#' + src}, [getName(src, keys)]))
profile.appendChild(h('div', [
input,