mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
undo unrelated change
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
811454462d
commit
29b59dde5b
@ -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>
|
||||
);
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user