diff --git a/bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx b/bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx index 911bac6570..faf3f83c93 100644 --- a/bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx +++ b/bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx @@ -19,7 +19,7 @@ UserItem = React.createClass({ }, setPresenter(user){ - /*this is a global function and should be */ + /*this is a global function and should be looked at to be changed to a better solution*/ setUserPresenter(BBB.getMeetingId(), user.id, getInSession('userId'), user.name, getInSession('authToken')); },