mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Style fix
This commit is contained in:
parent
f6aa9a7ea4
commit
4fc311da90
@ -120,9 +120,7 @@ module.exports = React.createClass({
|
||||
if (event.target.checked) {
|
||||
var data = {}
|
||||
if (this.props.brand) {
|
||||
data['brand'] = this.props.brand;
|
||||
} else if (this.props.brand === undefined) {
|
||||
data['brand'] = 'Vector';
|
||||
data['brand'] = this.props.brand || 'Vector';
|
||||
}
|
||||
emailPusherPromise = UserSettingsStore.addEmailPusher(address, data);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user