summaryrefslogtreecommitdiffstats
path: root/webapp/components/select_team/select_team.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/select_team/select_team.jsx')
-rw-r--r--webapp/components/select_team/select_team.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/select_team/select_team.jsx b/webapp/components/select_team/select_team.jsx
index 361c95c49..292c90510 100644
--- a/webapp/components/select_team/select_team.jsx
+++ b/webapp/components/select_team/select_team.jsx
@@ -203,7 +203,7 @@ export default class SelectTeam extends React.Component {
headerButton = (
<a
href='#'
- onClick={GlobalActions.emitUserLoggedOutEvent}
+ onClick={() => GlobalActions.emitUserLoggedOutEvent()}
>
<span className='fa fa-chevron-left'/>
<FormattedMessage id='web.header.logout'/>