Skip to content

Commit

Permalink
Fix ConfirmStake types
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jun 10, 2024
1 parent 5544d67 commit f4958f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/ConfirmStake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ConfirmStakeProps = {
mode: "new"
positionId?: never,
} | {
mode: "existing",
mode: "existing" | "new",
positionId: string | null,
};

Expand Down

0 comments on commit f4958f4

Please sign in to comment.