From b4a630252a45b900b9cedc8a64a89ce2bd72cd0e Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Fri, 16 Feb 2024 15:00:06 -0300 Subject: [PATCH] title tag on contact name. --- src/LoadHistory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoadHistory.ts b/src/LoadHistory.ts index 9f294ca..7c758f5 100644 --- a/src/LoadHistory.ts +++ b/src/LoadHistory.ts @@ -76,7 +76,7 @@ const sameContact = ( const getPetname = (a:['p', string, string, string]):string => { if (a[3] && a[3].length > 0) return `${a[3]}`; - return `${getContactName(a[1])}`; + return `${getContactName(a[1])}`; }; export const generateContactsChanges = (