mirror of https://github.com/vector-im/riot-web
Minor code style fix
parent
a488304410
commit
feed17d9ac
|
@ -76,7 +76,8 @@ export default class GeneralSettingsTab extends React.Component {
|
|||
</form>
|
||||
);
|
||||
|
||||
return (<div className="mx_SettingsTab_section">
|
||||
return (
|
||||
<div className="mx_SettingsTab_section">
|
||||
<span className="mx_SettingsTab_subheading">{_t("Profile")}</span>
|
||||
{form}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue