diff --git a/ts/components/session/LeftPaneChannelSection.tsx b/ts/components/session/LeftPaneChannelSection.tsx index a556165c2..de9909efa 100644 --- a/ts/components/session/LeftPaneChannelSection.tsx +++ b/ts/components/session/LeftPaneChannelSection.tsx @@ -270,14 +270,15 @@ export class LeftPaneChannelSection extends React.Component { private renderBottomButtons(): JSX.Element { const edit = window.i18n('edit'); const addChannel = window.i18n('addChannel'); + const showEditButton = false; return (
- + />} { const edit = window.i18n('edit'); const addContact = window.i18n('addContact'); const createGroup = window.i18n('createGroup'); + const showEditButton = false; return (
- + />} {selectedTab === 0 ? (