diff --git a/src/components/AppLayout/AppChannelSelect.tsx b/src/components/AppLayout/AppChannelSelect.tsx index ff075ac07..023758bc7 100644 --- a/src/components/AppLayout/AppChannelSelect.tsx +++ b/src/components/AppLayout/AppChannelSelect.tsx @@ -23,13 +23,11 @@ const useStyles = makeStyles( export interface AppChannelSelectProps extends ChannelProps { channels: ChannelFragment[]; - disabled: boolean; onChannelSelect: (id: string) => void; } const AppChannelSelect: React.FC = ({ channels, - disabled, onChannelSelect, selectedChannelId }) => { @@ -40,7 +38,6 @@ const AppChannelSelect: React.FC = ({ onChannelSelect(event.target.value)} />