1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Don't explode if the SdkConfig isn't available

This can happen prior to logging in, for some reason.

Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Travis Ralston
2017-10-29 22:53:59 -06:00
parent 99ee58d13a
commit 72517f95bb
2 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ module.exports = React.createClass({
value={this.props.value}
checked={val === this.props.value}
onChange={this.onChange}
/>
/>
);
}