Skip to content

Commit

Permalink
refactor: ♻️ linting
Browse files Browse the repository at this point in the history
  • Loading branch information
CourtHive committed Mar 28, 2024
1 parent 7672066 commit 7ea341d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/query/drawDefinition/stageGetter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export function stageStructures({ stage, drawDefinition, stageSequence }) {
return (
drawDefinition &&
stage &&
drawDefinition.structures &&
drawDefinition.structures.filter((structure) => {
drawDefinition.structures?.filter((structure) => {
return structure.stage === stage && structure.stageSequence === stageSequence;
})
);
Expand Down

0 comments on commit 7ea341d

Please sign in to comment.