diff --git a/src/routes/admin.users.tsx b/src/routes/admin.users.tsx index 62bd671..e866344 100644 --- a/src/routes/admin.users.tsx +++ b/src/routes/admin.users.tsx @@ -73,6 +73,8 @@ interface UserRow { const ROLE_LABEL: Record = { admin: "Administrator", attorney: "Attorney", + paralegal: "Paralegal", + legal_clerk: "Legal Clerk", staff: "Staff", };