We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca10bd commit 719953bCopy full SHA for 719953b
client/src/Containers/Dashboard.js
@@ -338,7 +338,7 @@ class Dashboard extends Component {
338
};
339
340
const iconActions = [];
341
- if (_isOkToForceLogout(details)) iconActions.push(forceLogoutAction);
+ if (this._isOkToForceLogout(details)) iconActions.push(forceLogoutAction);
342
if (!isSelf) iconActions.push(suspendReinstateAction, makeRemoveAdmin);
343
return iconActions;
344
0 commit comments