summaryrefslogtreecommitdiffstats
path: root/ui/src/components/community.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/community.tsx')
-rw-r--r--ui/src/components/community.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx
index 4e8e9d1b..a921de2c 100644
--- a/ui/src/components/community.tsx
+++ b/ui/src/components/community.tsx
@@ -189,6 +189,7 @@ export class Community extends Component<any, State> {
nodes={commentsToFlatNodes(this.state.comments)}
noIndent
sortType={this.state.sort}
+ showContext
/>
);
}