Remove spurious fixupHeight

pull/21833/head
Luke Barnard 2018-05-22 10:46:10 +01:00
parent e4f8c09c32
commit fb5dd4a410
1 changed files with 0 additions and 1 deletions

View File

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