Skip to content

Commit

Permalink
Add STAKING state to SpawnScreenState enum
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 18, 2024
1 parent 057d370 commit ab2d9a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/enums/SpawnState.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export enum SpawnScreenState {
RPC = "rpc",
STAKING = "staking",
FUNDS = "funds",
DONE = "done",
LOADING = "loading",
Expand Down

0 comments on commit ab2d9a6

Please sign in to comment.