summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-27 16:24:27 -0500
committerDessalines <tyhou13@gmx.com>2020-02-27 16:24:27 -0500
commit3d649756eca377d20de0c47c9cc50d0d76d4b4ba (patch)
tree5f99858af23b8c7debb48e019c53668ab21d75fa /ui/src/components/post-listing.tsx
parenteead117d6b54298f86daa161be752096113fa1a7 (diff)
New nsfw posts.
Diffstat (limited to 'ui/src/components/post-listing.tsx')
-rw-r--r--ui/src/components/post-listing.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx
index 8dbe1f48..3e6e17eb 100644
--- a/ui/src/components/post-listing.tsx
+++ b/ui/src/components/post-listing.tsx
@@ -846,7 +846,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
} else {
this.state.thumbnail = null;
}
- this.setState(this.state);
}
handlePostLike(i: PostListing) {