refactor(notifications): drop the vestigial Block Messages redirect section
This commit is contained in:
parent
2ff6166b1a
commit
81c57eccdd
1 changed files with 0 additions and 5 deletions
|
|
@ -4,9 +4,7 @@ import { SystemNotification } from './SystemNotification';
|
|||
import { AllMessagesNotifications } from './AllMessages';
|
||||
import { SpecialMessagesNotifications } from './SpecialMessages';
|
||||
import { KeywordMessagesNotifications } from './KeywordMessages';
|
||||
import { SettingTile } from '../../../components/setting-tile';
|
||||
import { SettingsPage } from '../SettingsPage';
|
||||
import { SettingsSection } from '../SettingsSection';
|
||||
|
||||
type NotificationsProps = {
|
||||
requestClose: () => void;
|
||||
|
|
@ -19,9 +17,6 @@ export function Notifications({ requestClose }: NotificationsProps) {
|
|||
<AllMessagesNotifications />
|
||||
<SpecialMessagesNotifications />
|
||||
<KeywordMessagesNotifications />
|
||||
<SettingsSection label={t('Settings.block_messages')}>
|
||||
<SettingTile description={t('Settings.block_messages_moved')} />
|
||||
</SettingsSection>
|
||||
</SettingsPage>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue