Skip to content

Commit

Permalink
fix(sidebar): moderator tools wouldn't appear in post page for sub ow…
Browse files Browse the repository at this point in the history
…ner who is not mod
  • Loading branch information
plebeius-eth committed Dec 6, 2024
1 parent 84d0c91 commit faf1718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/post-page/post-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
Expand Down

0 comments on commit faf1718

Please sign in to comment.