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