aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-07-12 18:58:53 -0500
committerEv Bogue <ev@evbogue.com>2019-07-12 18:58:53 -0500
commitdd5afcbc03ba86af63b185594ddb1d3f0ee0ac9f (patch)
treea8d499ace73a554d8712aa5d02f9a907a7822941
parent5a44b2ec8e3c8c7c7c2d2e6a254d71feb7711ebb (diff)
accidentally linked to publicKey instead of the feed id of the profile, fixed
-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)