Skip to content

Commit

Permalink
fix: ok this is very broken but I have no idea why
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Apr 20, 2024
1 parent b38db35 commit bc29e58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const ToolSelectionInput: FlowStepComponent = ({ onSecondary, onPrimary }) => {
}
};

const userHasCompulsoryTraining = trainingMap.DISABLED.some((training) => training.compulsory);
const userHasCompulsoryTraining = !trainingMap.DISABLED.some((training) => training.compulsory);

const toolSelectionDisplay = (
<>
Expand Down

0 comments on commit bc29e58

Please sign in to comment.