You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
linting
This commit is contained in:
@@ -181,7 +181,7 @@ const THEMES = [
|
||||
},
|
||||
{
|
||||
id: 'theme',
|
||||
label: _td('Status.im theme'),
|
||||
label: 'Status.im theme',
|
||||
value: 'status',
|
||||
},
|
||||
];
|
||||
|
||||
@@ -47,9 +47,7 @@ module.exports = React.createClass({
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
return (
|
||||
<div className="mx_Login">
|
||||
{ this.props.children }
|
||||
|
||||
Reference in New Issue
Block a user