summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_members_dropdown.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-09-23 12:29:54 -0400
committerGitHub <noreply@github.com>2016-09-23 12:29:54 -0400
commit93f2b6a83302ceef5c98be4fb696840608ad3bc3 (patch)
tree89e86c5983058189f032c817573bfd945491b4e7 /webapp/components/team_members_dropdown.jsx
parent214f9c13a261064733c23d762fa521444fbd7a9c (diff)
downloadchat-93f2b6a83302ceef5c98be4fb696840608ad3bc3.tar.gz
chat-93f2b6a83302ceef5c98be4fb696840608ad3bc3.tar.bz2
chat-93f2b6a83302ceef5c98be4fb696840608ad3bc3.zip
Updating ESLint (#4085)
Diffstat (limited to 'webapp/components/team_members_dropdown.jsx')
-rw-r--r--webapp/components/team_members_dropdown.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/team_members_dropdown.jsx b/webapp/components/team_members_dropdown.jsx
index 8450551a9..d459d0b02 100644
--- a/webapp/components/team_members_dropdown.jsx
+++ b/webapp/components/team_members_dropdown.jsx
@@ -258,7 +258,7 @@ export default class TeamMembersDropdown extends React.Component {
);
}
- let makeActive = null;
+ const makeActive = null;
if (showMakeActive) {
// makeActive = (
// <li role='presentation'>
@@ -276,7 +276,7 @@ export default class TeamMembersDropdown extends React.Component {
// );
}
- let makeNotActive = null;
+ const makeNotActive = null;
if (showMakeNotActive) {
// makeNotActive = (
// <li role='presentation'>
@@ -352,7 +352,7 @@ export default class TeamMembersDropdown extends React.Component {
aria-expanded='true'
>
<span>{currentRoles} </span>
- <span className='fa fa-chevron-down'></span>
+ <span className='fa fa-chevron-down'/>
</a>
<ul
className='dropdown-menu member-menu'