mirror of
https://github.com/tale/headplane.git
synced 2026-08-28 16:07:07 +00:00
fix(TALE-35): use the correct machine registry endpoint
This commit is contained in:
@@ -335,7 +335,7 @@ function UserCard({ user, magic }: CardProps) {
|
||||
<Rename username={user.name} magic={magic} />
|
||||
{user.machines.length === 0
|
||||
? (
|
||||
<Remove username={user.name} magic={magic} />
|
||||
<Remove username={user.name} />
|
||||
)
|
||||
: undefined}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user