1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-27 04:21:52 +03:00

use main element for room/group view

This commit is contained in:
Bruno Windels
2018-11-02 15:05:55 +01:00
parent 7c2e5ba853
commit 9be4598a0e
2 changed files with 4 additions and 4 deletions

View File

@ -1292,7 +1292,7 @@ export default React.createClass({
};
return (
<div className="mx_GroupView">
<main className="mx_GroupView">
<div className={classnames(headerClasses)}>
<div className="mx_GroupView_header_leftCol">
<div className="mx_GroupView_header_avatar">
@ -1318,7 +1318,7 @@ export default React.createClass({
{ this._getGroupSection() }
</GeminiScrollbarWrapper>
</MainSplit>
</div>
</main>
);
} else if (this.state.error) {
if (this.state.error.httpStatus === 404) {