fix(sidebar): moderator tools wouldn't appear in post page for sub owner who is not mod

This commit is contained in:
Tom (plebeius.eth)
2024-12-06 15:39:38 +01:00
parent 84d0c919d5
commit faf171848e

View File

@@ -167,7 +167,7 @@ const PostPage = () => {
return (
<div className={styles.content}>
<div className={styles.sidebar}>
<Sidebar subplebbit={subplebbit} comment={post} />
<Sidebar subplebbit={subplebbit} comment={post} settings={subplebbit?.settings} />
</div>
{isInPendingPostView && params?.accountCommentIndex ? (
<PendingPost commentIndex={+params?.accountCommentIndex || undefined} />