From: Nutomic Date: Mon, 11 Jul 2022 18:07:47 +0000 (+0000) Subject: Clicking "subscribe pending" button performs unsubscribe (fixes #705) (#706) X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=5dfb26cfd818f2f9b9114d85d670305fa4911388;p=lemmy-ui.git Clicking "subscribe pending" button performs unsubscribe (fixes #705) (#706) --- 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 && (