fix(TALE-35): use the correct machine registry endpoint

This commit is contained in:
Aarnav Tale
2024-10-10 11:12:35 -04:00
parent d165264876
commit ecef45c98a
3 changed files with 48 additions and 17 deletions
+1 -1
View File
@@ -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>