diff --git a/apps/web/components/Dashboard/Users/OrgUserGroups/OrgUserGroups.tsx b/apps/web/components/Dashboard/Users/OrgUserGroups/OrgUserGroups.tsx index 8c889fd2..d0d7b7c2 100644 --- a/apps/web/components/Dashboard/Users/OrgUserGroups/OrgUserGroups.tsx +++ b/apps/web/components/Dashboard/Users/OrgUserGroups/OrgUserGroups.tsx @@ -55,88 +55,90 @@ function OrgUserGroups() { UserGroups are a way to group users together to manage their access to the resources (Courses) in your organization.{' '} -
| UserGroup | -Description | -Manage Users | -Actions | -||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {usergroup.name} | -{usergroup.description} | -
-
+
|
+
| Signup Status | -Email sent | -|
|---|---|---|
| {invited_user.email} | -{invited_user.pending ? Pending : Signed } |
- {invited_user.email_sent ? Sent : No } |
-
-
-
| Signup Status | +Email sent | +|
|---|---|---|
| {invited_user.email} | +{invited_user.pending ? Pending : Signed } |
+ {invited_user.email_sent ? Sent : No } |
+