fix(TALE-35): use the correct machine registry endpoint
This commit is contained in:
parent
d165264876
commit
ecef45c98a
3 changed files with 48 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue