1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Remove spurious fixupHeight

This commit is contained in:
Luke Barnard
2018-05-22 10:46:10 +01:00
parent e4f8c09c32
commit fb5dd4a410

View File

@@ -211,7 +211,6 @@ export default class extends React.Component {
});
}).done();
}
this.fixupHeight();
this._afterComponentDidMount();
}