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