a tool for shared writing and social publishing

return if setting pub title

+1
+1
components/utils/UpdateLeafletTitle.tsx
··· 27 27 useEffect(() => { 28 28 if (pub?.title) { 29 29 document.title = pub.title; 30 + return; 30 31 } 31 32 if (title) { 32 33 document.title = title;