mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-10 00:15:28 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -182,7 +182,9 @@ export const ShowUsers = () => {
|
||||
: "outline"
|
||||
}
|
||||
>
|
||||
{member.user.banned ? "Deactivated" : "Active"}
|
||||
{member.user.banned
|
||||
? "Deactivated"
|
||||
: "Active"}
|
||||
</Badge>
|
||||
</TableCell>
|
||||
<TableCell className="text-center">
|
||||
|
||||
Reference in New Issue
Block a user