Skip to content

Commit 719953b

Browse files
committed
added this
1 parent 8ca10bd commit 719953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/Containers/Dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ class Dashboard extends Component {
338338
};
339339

340340
const iconActions = [];
341-
if (_isOkToForceLogout(details)) iconActions.push(forceLogoutAction);
341+
if (this._isOkToForceLogout(details)) iconActions.push(forceLogoutAction);
342342
if (!isSelf) iconActions.push(suspendReinstateAction, makeRemoveAdmin);
343343
return iconActions;
344344
};

0 commit comments

Comments
 (0)