Changed wording for user management
This commit is contained in:
@@ -167,7 +167,7 @@ export default function UsersManagement() {
|
||||
</div>
|
||||
) : columnKey == "isArchived" ? (
|
||||
getKeyValue(userEntry, columnKey) ? (
|
||||
"Archived"
|
||||
"Inactive"
|
||||
) : (
|
||||
"Active"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user