a tool for shared writing and social publishing

return if setting pub title

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