a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix build error

celine ae852ba6 5fe581d5

+2 -1
+2 -1
components/Blocks/PublicationPollBlock.tsx
··· 27 27 setAreYouSure?: (value: boolean) => void; 28 28 }, 29 29 ) => { 30 - let { data: publicationData } = useLeafletPublicationData(); 30 + let { data: publicationData, normalizedDocument } = 31 + useLeafletPublicationData(); 31 32 let isSelected = useUIState((s) => 32 33 s.selectedBlocks.find((b) => b.value === props.entityID), 33 34 );