From 2f3aa5a26d69158f50f2365912b9af0f6eb1ab87 Mon Sep 17 00:00:00 2001 From: Alec Armbruster <35377827+alectrocute@users.noreply.github.com> Date: Wed, 28 Jun 2023 11:09:52 -0400 Subject: [PATCH] formatting --- src/shared/components/community/sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/community/sidebar.tsx b/src/shared/components/community/sidebar.tsx index 163a9dc..fcb0dad 100644 --- a/src/shared/components/community/sidebar.tsx +++ b/src/shared/components/community/sidebar.tsx @@ -166,7 +166,7 @@ export class Sidebar extends Component { communityTitle() { const community = this.props.community_view.community; - const subscribed = this.props.community_view.subscribed; + return (
-- 2.44.1