Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
fix(widget): Rename states in flight state widget
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka authored Mar 9, 2021
1 parent eaa8cc4 commit 5856f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widgets/state-widget/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ const states: { [key: number]: State } = {
isSpecial: true
},
4: {
currentState: 'Falling',
currentState: 'Landing',
nextState: 'Landed',
tagName: 'Flight',
isSpecial: true
},
5: {
currentState: 'Landed',
currentState: 'Recovery',
nextState: '-',
tagName: 'Afterflight',
isSpecial: false
Expand Down

0 comments on commit 5856f52

Please sign in to comment.