You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-22 04:02:40 +03:00
Minor code style fix
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user