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>
|
</form>
|
||||||
);
|
);
|
||||||
|
|
||||||
return (<div className="mx_SettingsTab_section">
|
return (
|
||||||
|
<div className="mx_SettingsTab_section">
|
||||||
<span className="mx_SettingsTab_subheading">{_t("Profile")}</span>
|
<span className="mx_SettingsTab_subheading">{_t("Profile")}</span>
|
||||||
{form}
|
{form}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue