mirror of
https://github.com/plebbit/seedit.git
synced 2026-05-19 14:19:24 -04:00
fix(sidebar): moderator tools wouldn't appear in post page for sub owner who is not mod
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user