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
fascist linting >:(
This commit is contained in:
@@ -189,7 +189,8 @@ export default {
|
||||
if (!syncedSettings || !syncedSettings.theme) {
|
||||
theme = (SdkConfig.get() ? SdkConfig.get().default_theme : undefined) || 'light';
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
theme = syncedSettings.theme;
|
||||
}
|
||||
return theme;
|
||||
|
||||
@@ -34,7 +34,8 @@ module.exports = React.createClass({
|
||||
<div className="mx_StatusLogin_header">
|
||||
<h1>Status Community Chat</h1>
|
||||
<div className="mx_StatusLogin_subtitle">
|
||||
A safer, decentralised communication platform <a href="https://riot.im">powered by Riot</a>
|
||||
A safer, decentralised communication
|
||||
platform <a href="https://riot.im">powered by Riot</a>
|
||||
</div>
|
||||
</div>
|
||||
{ this.props.children }
|
||||
@@ -47,7 +48,8 @@ module.exports = React.createClass({
|
||||
</div>
|
||||
);
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
return (
|
||||
<div className="mx_Login">
|
||||
{ this.props.children }
|
||||
|
||||
Reference in New Issue
Block a user