Remove _NotificationUserSettingsTab.scss (#8831)

This commit is contained in:
Suguru Hirahara 2022-06-13 15:30:07 +00:00 committed by GitHub
parent 95e8a9e419
commit dfdba46d57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 21 deletions

View file

@ -22,7 +22,7 @@ import Notifications from "../../Notifications";
export default class NotificationUserSettingsTab extends React.Component {
render() {
return (
<div className="mx_SettingsTab mx_NotificationUserSettingsTab">
<div className="mx_SettingsTab">
<div className="mx_SettingsTab_heading">{ _t("Notifications") }</div>
<div className="mx_SettingsTab_section mx_SettingsTab_subsectionText">
<Notifications />