1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

undo unrelated change

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2019-11-28 20:44:08 +00:00
parent 811454462d
commit 29b59dde5b

View File

@@ -129,6 +129,9 @@ module.exports = createReactClass({
render: function() {
// Render a placeholder
return <div className={this.props.className} />;
return (
<div className={this.props.className} >
</div>
);
},
});