Changed wording for user management

This commit is contained in:
Wind-Explorer
2024-08-11 19:34:34 +08:00
parent 0388a1e29e
commit 61bd15cbc3

View File

@@ -167,7 +167,7 @@ export default function UsersManagement() {
</div> </div>
) : columnKey == "isArchived" ? ( ) : columnKey == "isArchived" ? (
getKeyValue(userEntry, columnKey) ? ( getKeyValue(userEntry, columnKey) ? (
"Archived" "Inactive"
) : ( ) : (
"Active" "Active"
) )