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:
@@ -64,7 +64,7 @@ module.exports = React.createClass({
|
||||
value={this.props.value}
|
||||
checked={val === this.props.value}
|
||||
onChange={this.onChange}
|
||||
/>
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user