Skip to content

Commit

Permalink
fix sparrow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Jan 8, 2024
1 parent f6dafd6 commit 30121fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testnet/frontend/src/shared/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const sparrowRequirements = (
techs: TechLevels | undefined
) => {
return dockyardLevel
? dockyardLevel >= 2 && techs
? dockyardLevel >= 1 && techs
? techs?.combustion >= 1
: false
: false;
Expand Down

0 comments on commit 30121fc

Please sign in to comment.