From 5dfb26cfd818f2f9b9114d85d670305fa4911388 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Mon, 11 Jul 2022 18:07:47 +0000 Subject: [PATCH] Clicking "subscribe pending" button performs unsubscribe (fixes #705) (#706) --- src/shared/components/community/sidebar.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/shared/components/community/sidebar.tsx b/src/shared/components/community/sidebar.tsx index 0f49ca1..109b629 100644 --- a/src/shared/components/community/sidebar.tsx +++ b/src/shared/components/community/sidebar.tsx @@ -130,9 +130,13 @@ export class Sidebar extends Component { )} {subscribed == SubscribedType.Pending && ( - + )} {community.removed && ( -- 2.44.1