a tool for shared writing and social publishing

oops, check if pubData exists

+1 -1
+1 -1
components/utils/UpdateLeafletTitle.tsx
··· 25 25 let firstBlock = blocks[0]; 26 26 let title = usePageTitle(entityID); 27 27 useEffect(() => { 28 - if (pubData[0].title) { 28 + if (pubData?.[0]?.title) { 29 29 document.title = pubData[0].title; 30 30 } 31 31 if (title) {