Skip to content

Commit

Permalink
fix: mission history (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
subfuzion authored Mar 21, 2023
1 parent 9b08dfc commit ea35f39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/mission-history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ export default function MissionHistory() {
} else if (isError) {
return <div>{error.toString()}</div>
}

// TODO: Better fall through logic, but can't return 'Element | undefined'
return <></>
}


Expand Down

0 comments on commit ea35f39

Please sign in to comment.