mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-02 17:21:25 +01: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: function() {
|
||||||
// Render a placeholder
|
// Render a placeholder
|
||||||
return <div className={this.props.className} />;
|
return (
|
||||||
|
<div className={this.props.className} >
|
||||||
|
</div>
|
||||||
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user