From 1f0439baddebcae2b1d043dc62dd2f180fe72b12 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 20 Mar 2020 22:24:27 -0400 Subject: Adding showContext for comments to more places by default. --- ui/src/components/post.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/src/components/post.tsx') diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx index 518f07c2..f51ba6ff 100644 --- a/ui/src/components/post.tsx +++ b/ui/src/components/post.tsx @@ -276,6 +276,7 @@ export class Post extends Component { moderators={this.state.moderators} admins={this.state.admins} postCreatorId={this.state.post.creator_id} + showContext /> -- cgit v1.2.3