a tool for shared writing and social publishing

pass empty polldata array to preview components

+2
+1
app/lish/[did]/[publication]/[rkey]/Interactions/Quotes.tsx
··· 140 140 > 141 141 <div className="italic border border-border-light rounded-md px-2 pt-1"> 142 142 <PostContent 143 + pollData={[]} 143 144 pages={[]} 144 145 bskyPostData={[]} 145 146 blocks={content}
+1
app/lish/[did]/[publication]/[rkey]/PublishedPageBlock.tsx
··· 161 161 /> 162 162 )} 163 163 <PostContent 164 + pollData={[]} 164 165 pages={[]} 165 166 did={props.did} 166 167 blocks={props.blocks}