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 quotesCount={quotes} 169 commentsCount={comments} 170 tags={tags} 171 - postUrl="" 172 showComments={record?.preferences?.showComments} 173 /> 174 </div>
··· 168 quotesCount={quotes} 169 commentsCount={comments} 170 tags={tags} 171 + postUrl={`${getPublicationURL(publication)}/${uri.rkey}`} 172 showComments={record?.preferences?.showComments} 173 /> 174 </div>