feat(pending post): show board navigation, stats and post form

This commit is contained in:
Tom (plebeius.eth)
2024-08-29 14:18:20 +02:00
parent 74ddae0ed7
commit cdee29e94f
3 changed files with 11 additions and 11 deletions
@@ -267,11 +267,9 @@ export const DesktopBoardButtons = () => {
<ReturnButton address={subplebbitAddress} isInAllView={isInAllView} isInSubscriptionsView={isInSubscriptionsView} />
] [
<CatalogButton address={subplebbitAddress} isInAllView={isInAllView} isInSubscriptionsView={isInSubscriptionsView} />]
{isInPostView && (
<span className={styles.rightSideButtons}>
<PostPageStats />
</span>
)}
<span className={styles.rightSideButtons}>
<PostPageStats />
</span>
</>
) : (
<>