summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/post.tsx')
-rw-r--r--ui/src/components/post.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx
index 5047d20b..07bddd34 100644
--- a/ui/src/components/post.tsx
+++ b/ui/src/components/post.tsx
@@ -183,6 +183,7 @@ export class Post extends Component<any, PostState> {
locked={this.state.post.locked}
moderators={this.state.moderators}
admins={this.state.admins}
+ postCreatorId={this.state.post.creator_id}
/>
)}
</div>
@@ -256,6 +257,7 @@ export class Post extends Component<any, PostState> {
locked={this.state.post.locked}
moderators={this.state.moderators}
admins={this.state.admins}
+ postCreatorId={this.state.post.creator_id}
/>
</div>
);