Chats: remove duplicate navigation
This commit is contained in:
parent
240e991bea
commit
2c0ce084c3
1 changed files with 0 additions and 6 deletions
|
@ -8,7 +8,6 @@ import { fetchChats, launchChat } from 'soapbox/actions/chats';
|
|||
import AccountSearch from 'soapbox/components/account_search';
|
||||
import AudioToggle from 'soapbox/features/chats/components/audio_toggle';
|
||||
|
||||
import ColumnHeader from '../../components/column_header';
|
||||
import { Column } from '../../components/ui';
|
||||
|
||||
import ChatList from './components/chat_list';
|
||||
|
@ -47,11 +46,6 @@ class ChatIndex extends React.PureComponent {
|
|||
|
||||
return (
|
||||
<Column label={intl.formatMessage(messages.title)}>
|
||||
<ColumnHeader
|
||||
icon='comment'
|
||||
title={intl.formatMessage(messages.title)}
|
||||
/>
|
||||
|
||||
<div className='column__switch'>
|
||||
<AudioToggle />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue