summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/user_settings_appearance.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-16 09:15:30 -0700
committerCorey Hulen <corey@hulen.com>2015-10-16 09:15:30 -0700
commit3bd0a15341a5cff29c172aed73cda688e63fb7e7 (patch)
tree31e8f80c3a365a607754b7e49910729d49343e24 /web/react/components/user_settings/user_settings_appearance.jsx
parent9c045f0d4bdf254f57b94356fd2f5f2a2408ed03 (diff)
parent495673d80d75ddfc97dc8d9fe61021142418dcc2 (diff)
downloadchat-3bd0a15341a5cff29c172aed73cda688e63fb7e7.tar.gz
chat-3bd0a15341a5cff29c172aed73cda688e63fb7e7.tar.bz2
chat-3bd0a15341a5cff29c172aed73cda688e63fb7e7.zip
Merge pull request #1089 from mattermost/client-warning-fixes
Fixing some client warnings
Diffstat (limited to 'web/react/components/user_settings/user_settings_appearance.jsx')
-rw-r--r--web/react/components/user_settings/user_settings_appearance.jsx10
1 files changed, 4 insertions, 6 deletions
diff --git a/web/react/components/user_settings/user_settings_appearance.jsx b/web/react/components/user_settings/user_settings_appearance.jsx
index 7f363e92e..8c62a189d 100644
--- a/web/react/components/user_settings/user_settings_appearance.jsx
+++ b/web/react/components/user_settings/user_settings_appearance.jsx
@@ -152,9 +152,8 @@ export default class UserSettingsAppearance extends React.Component {
<input type='radio'
checked={!displayCustom}
onChange={this.updateType.bind(this, 'premade')}
- >
- {'Theme Colors'}
- </input>
+ />
+ {'Theme Colors'}
</label>
<br/>
</div>
@@ -164,9 +163,8 @@ export default class UserSettingsAppearance extends React.Component {
<input type='radio'
checked={displayCustom}
onChange={this.updateType.bind(this, 'custom')}
- >
- {'Custom Theme'}
- </input>
+ />
+ {'Custom Theme'}
</label>
<br/>
</div>