From 6d515a47bfc29fd4d88d0814d5943ff329beec1a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 23 May 2024 19:30:43 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/features/edit-profile/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/features/edit-profile/index.tsx b/src/features/edit-profile/index.tsx index e648c3e96..f185f9e63 100644 --- a/src/features/edit-profile/index.tsx +++ b/src/features/edit-profile/index.tsx @@ -130,8 +130,9 @@ interface AccountCredentials { /** Nostr NIP-05 identifier. */ nip05?: string; /** - * Lightning address. - * https://github.com/lnurl/luds/blob/luds/16.md */ + * Lightning address. + * https://github.com/lnurl/luds/blob/luds/16.md + */ lud16?: string; }