summaryrefslogtreecommitdiffstats
path: root/ui/src/components/main.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/main.tsx')
-rw-r--r--ui/src/components/main.tsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/src/components/main.tsx b/ui/src/components/main.tsx
index ed31fff4..6d3e1815 100644
--- a/ui/src/components/main.tsx
+++ b/ui/src/components/main.tsx
@@ -392,7 +392,11 @@ export class Main extends Component<any, MainState> {
) : (
<div>
{this.selects()}
- <PostListings posts={this.state.posts} showCommunity />
+ <PostListings
+ posts={this.state.posts}
+ showCommunity
+ removeDuplicates
+ />
{this.paginator()}
</div>
)}