aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/views.js b/views.js
index 7727204..d2b0ee1 100644
--- a/views.js
+++ b/views.js
@@ -44,7 +44,7 @@ function profilePage (src, keys) {
profile.appendChild(identify)
identifyButton.parentNode.removeChild(identifyButton)
}
- }, ['Identify ' + keys.publicKey.substring(0, 10) + '...'])
+ }, ['Identify ' + src.substring(0, 10) + '...'])
profile.appendChild(identifyButton)