a tool for shared writing and social publishing

fix misising postUrl in InteractionPreview on publication page

+1 -1
+1 -1
app/lish/[did]/[publication]/page.tsx
··· 168 168 quotesCount={quotes} 169 169 commentsCount={comments} 170 170 tags={tags} 171 - postUrl="" 171 + postUrl={`${getPublicationURL(publication)}/${uri.rkey}`} 172 172 showComments={record?.preferences?.showComments} 173 173 /> 174 174 </div>