From 58e1ace081ba3e7fad711d3691c0a376295732ef Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Sun, 28 Dec 2025 16:13:06 +0100 Subject: [PATCH] Add pictureUrl to useAuthorPresentation publish call --- hooks/useAuthorPresentation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/useAuthorPresentation.ts b/hooks/useAuthorPresentation.ts index cba8835..d9af3ca 100644 --- a/hooks/useAuthorPresentation.ts +++ b/hooks/useAuthorPresentation.ts @@ -45,6 +45,7 @@ export function useAuthorPresentation(pubkey: string | null) { presentation: draft.presentation, contentDescription: draft.contentDescription, mainnetAddress: draft.mainnetAddress, + ...(draft.pictureUrl ? { pictureUrl: draft.pictureUrl } : {}), }, pubkey, privateKey