summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings_notifications.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-08-31 09:35:31 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-09-02 08:30:23 -0700
commite2a24f40b750886156cef33a38218315c06aef35 (patch)
treee9aca4d43db86b78e3bb0e646dfe303ddc909565 /web/react/components/user_settings_notifications.jsx
parent5b81125e4db03753c6a2b6076e8303b252e7232c (diff)
downloadchat-e2a24f40b750886156cef33a38218315c06aef35.tar.gz
chat-e2a24f40b750886156cef33a38218315c06aef35.tar.bz2
chat-e2a24f40b750886156cef33a38218315c06aef35.zip
Cosmetic reformatting of multiple jsx files
Diffstat (limited to 'web/react/components/user_settings_notifications.jsx')
-rw-r--r--web/react/components/user_settings_notifications.jsx20
1 files changed, 10 insertions, 10 deletions
diff --git a/web/react/components/user_settings_notifications.jsx b/web/react/components/user_settings_notifications.jsx
index ba0bda78e..a6cbe533e 100644
--- a/web/react/components/user_settings_notifications.jsx
+++ b/web/react/components/user_settings_notifications.jsx
@@ -229,7 +229,7 @@ export default class NotificationsTab extends React.Component {
let inputs = [];
inputs.push(
- <div>
+ <div key='userNotificationLevelOption'>
<div className='radio'>
<label>
<input type='radio'
@@ -276,7 +276,7 @@ export default class NotificationsTab extends React.Component {
<div className='setting-list__hint'>
These settings will override the global notification settings for the <b>{this.state.curChannel}</b> channel
</div>
- )
+ );
desktopSection = (
<SettingItemMax
@@ -324,7 +324,7 @@ export default class NotificationsTab extends React.Component {
let inputs = [];
inputs.push(
- <div>
+ <div key='userNotificationSoundOptions'>
<div className='radio'>
<label>
<input
@@ -403,7 +403,7 @@ export default class NotificationsTab extends React.Component {
let inputs = [];
inputs.push(
- <div>
+ <div key='userNotificationEmailOptions'>
<div className='radio'>
<label>
<input
@@ -483,7 +483,7 @@ export default class NotificationsTab extends React.Component {
self.updateFirstNameKey(e.target.checked);
};
inputs.push(
- <div>
+ <div key='userNotificationFirstNameOption'>
<div className='checkbox'>
<label>
<input
@@ -503,7 +503,7 @@ export default class NotificationsTab extends React.Component {
self.updateUsernameKey(e.target.checked);
};
inputs.push(
- <div>
+ <div key='userNotificationUsernameOption'>
<div className='checkbox'>
<label>
<input
@@ -522,7 +522,7 @@ export default class NotificationsTab extends React.Component {
self.updateMentionKey(e.target.checked);
};
inputs.push(
- <div>
+ <div key='userNotificationMentionOption'>
<div className='checkbox'>
<label>
<input
@@ -541,7 +541,7 @@ export default class NotificationsTab extends React.Component {
self.updateAllKey(e.target.checked);
};
inputs.push(
- <div>
+ <div key='userNotificationAllOption'>
<div className='checkbox'>
<label>
<input
@@ -560,7 +560,7 @@ export default class NotificationsTab extends React.Component {
self.updateChannelKey(e.target.checked);
};
inputs.push(
- <div>
+ <div key='userNotificationChannelOption'>
<div className='checkbox'>
<label>
<input
@@ -576,7 +576,7 @@ export default class NotificationsTab extends React.Component {
);
inputs.push(
- <div>
+ <div key='userNotificationCustomOption'>
<div className='checkbox'>
<label>
<input