From f53c796a708f180dd5651f8ef4e41ecb6f138b89 Mon Sep 17 00:00:00 2001 From: m52go Date: Tue, 17 Nov 2020 19:15:55 +0000 Subject: [PATCH] Hide downvote on mobile when downvotes disabled To address #79. --- src/shared/components/post-listing.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shared/components/post-listing.tsx b/src/shared/components/post-listing.tsx index 809b8d1..6e5e867 100644 --- a/src/shared/components/post-listing.tsx +++ b/src/shared/components/post-listing.tsx @@ -562,7 +562,7 @@ export class PostListing extends Component { {this.state.upvotes} - + )}