Skip to content

Commit

Permalink
Removed redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
71walceli committed Dec 17, 2024
1 parent 4c49f1d commit 6698ec0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/identity-registrar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,6 @@ export function IdentityRegistrarComponent() {
case "account":
updateAccount({ ...newValue.account });
break;
case "Teleport":
setOpenDialog("teleposr")
break;
default:
console.log({ newValue })
throw new Error("Invalid action type");
Expand Down

0 comments on commit 6698ec0

Please sign in to comment.