summaryrefslogtreecommitdiffstats
path: root/ui/src/components/main.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-20 22:24:27 -0400
committerDessalines <tyhou13@gmx.com>2020-03-20 22:24:27 -0400
commit1f0439baddebcae2b1d043dc62dd2f180fe72b12 (patch)
tree8c8c4b0f125371623bd626da343512c338ce8190 /ui/src/components/main.tsx
parenta03b9d8f026ccf5d8750eb073617af25eb4f5579 (diff)
Adding showContext for comments to more places by default.
Diffstat (limited to 'ui/src/components/main.tsx')
-rw-r--r--ui/src/components/main.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/main.tsx b/ui/src/components/main.tsx
index 51b31ced..38003312 100644
--- a/ui/src/components/main.tsx
+++ b/ui/src/components/main.tsx
@@ -423,6 +423,7 @@ export class Main extends Component<any, MainState> {
noIndent
showCommunity
sortType={this.state.sort}
+ showContext
/>
);
}