From dd5afcbc03ba86af63b185594ddb1d3f0ee0ac9f Mon Sep 17 00:00:00 2001 From: Ev Bogue Date: Fri, 12 Jul 2019 18:58:53 -0500 Subject: accidentally linked to publicKey instead of the feed id of the profile, fixed --- views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2