summaryrefslogtreecommitdiffstats
path: root/ui/src/components/community.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-03 19:52:39 -0500
committerDessalines <tyhou13@gmx.com>2020-02-03 19:52:39 -0500
commite4dfa5e52f911a6dbb5df41932a70dd9af3c9753 (patch)
tree28a97128f786ac758cbe3b2b2507d67565b0995a /ui/src/components/community.tsx
parenta28f8c7ac44594fbefb1d170b4e0365d04b6a204 (diff)
Combine duplicate front page posts. Fixes #284
Diffstat (limited to 'ui/src/components/community.tsx')
-rw-r--r--ui/src/components/community.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx
index 9f96ac51..7e3e2cd7 100644
--- a/ui/src/components/community.tsx
+++ b/ui/src/components/community.tsx
@@ -145,7 +145,7 @@ export class Community extends Component<any, State> {
)}
</h5>
{this.selects()}
- <PostListings posts={this.state.posts} />
+ <PostListings posts={this.state.posts} removeDuplicates />
{this.paginator()}
</div>
<div class="col-12 col-md-4">