From b1cc72cf2d5316961a02b3acf6e1b5b05a097020 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Fri, 6 Jan 2023 17:14:13 +0100 Subject: [PATCH] fix: display full lightning address, is trimmed if too long --- src/pages/ProfilePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ProfilePage.js b/src/pages/ProfilePage.js index 975d0891..6d8ef4c5 100644 --- a/src/pages/ProfilePage.js +++ b/src/pages/ProfilePage.js @@ -199,7 +199,7 @@ export default function ProfilePage() {
setShowLnQr(true)}>
-
  ⚡️ {lud16.length > 20 ? lud16.substring(0, 20) : lud16}
+
  ⚡️ {lud16}
: null} {showLnQr === true ? setShowLnQr(false)}>