We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7214a commit 1e4a549Copy full SHA for 1e4a549
group_manager/static/group_manager/js/group_manager.js
@@ -1208,7 +1208,7 @@ $(function () {
1208
1209
// Construct the user element with appropriate classes and attributes.
1210
const userAccessClass = `user-access-${user.access}`
1211
- const userStatusClass = (invited || actionsDisabled) ? 'disabled' : ''
+ const userStatusClass = (actionsDisabled) ? 'disabled' : ''
1212
const selfClass = isCurrentUser ? 'self' : ''
1213
1214
$user.html(`
0 commit comments