Update post-menu-desktop.tsx

This commit is contained in:
plebeius
2025-12-05 18:16:37 +01:00
parent 8e1bfa2554
commit 9d3b7473f1
@@ -90,7 +90,6 @@ type PostMenuDesktopProps = {
};
const PostMenuDesktop = ({ postMenu }: PostMenuDesktopProps) => {
console.log('postMenu rerender', postMenu);
const { t } = useTranslation();
const { authorAddress, cid, isDescription, isRules, link, thumbnailUrl, linkWidth, linkHeight, postCid, subplebbitAddress } = postMenu || {};
const commentMediaInfo = getCommentMediaInfo(link || '', thumbnailUrl || '', linkWidth ?? 0, linkHeight ?? 0);