diff --git a/refstack-ui/app/components/profile/profileController.js b/refstack-ui/app/components/profile/profileController.js index 2a8bb69d..9213241c 100644 --- a/refstack-ui/app/components/profile/profileController.js +++ b/refstack-ui/app/components/profile/profileController.js @@ -71,7 +71,7 @@ 'shortKey': [ key.pubkey.slice(0, 10), '.', - key.pubkey.slice(-10, -1) + key.pubkey.slice(-10) ].join('.'), 'pubkey': key.pubkey, 'comment': key.comment