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
+1 -1
View File
@@ -28,7 +28,7 @@ const PendingPost = () => {
return (
<>
{isInSettingsView && <SettingsModal />}
<Post post={post} showReplies={false} />
<Post post={post} />
</>
);
};