diff --git a/webapp/channels/src/components/channel_info_rhs/channel_info_rhs.tsx b/webapp/channels/src/components/channel_info_rhs/channel_info_rhs.tsx
index 289c647f33..22ce139a5c 100644
--- a/webapp/channels/src/components/channel_info_rhs/channel_info_rhs.tsx
+++ b/webapp/channels/src/components/channel_info_rhs/channel_info_rhs.tsx
@@ -42,19 +42,15 @@ export interface Props {
channelStats: ChannelStats;
currentUser: UserProfile;
currentTeam: Team;
-
isArchived: boolean;
isFavorite: boolean;
isMuted: boolean;
isInvitingPeople: boolean;
isMobile: boolean;
-
canManageMembers: boolean;
canManageProperties: boolean;
-
dmUser?: DMUser;
channelMembers: UserProfile[];
-
actions: {
closeRightHandSide: () => void;
unfavoriteChannel: (channelId: string) => void;
@@ -155,36 +151,26 @@ const ChannelInfoRhs = ({
isMobile={isMobile}
onClose={actions.closeRightHandSide}
/>
-
-
-
-