+ + + {avatarElement} + + + {authorInfo} + {contentBlock} + + {/* Action buttons */} + + { e.stopPropagation(); setReplyOpen(true); }} + > + + {stats?.replies ? {stats.replies} : null} + + + + {(isReposted: boolean) => ( + + + {(stats?.reposts || stats?.quotes) ? {(stats?.reposts ?? 0) + (stats?.quotes ?? 0)} : null} + + )} + + + + + {canZapAuthor && ( + + + + {stats?.zapAmount ? {formatSats(stats.zapAmount)} : null} + + + )} + + { e.stopPropagation(); setMoreMenuOpen(true); }} + > + + + + + + + + +