Skip to content

Commit

Permalink
fix: typo in field name for compulsory training
Browse files Browse the repository at this point in the history
testing on prod is such a 100x dev mindset
  • Loading branch information
Gobot1234 committed Apr 20, 2024
1 parent 0df4153 commit b38db35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const ToolSelectionInput: FlowStepComponent = ({ onSecondary, onPrimary }) => {
title="Selectable Training"
trainings={trainingMap.SELECTABLE}
selectable={true}
userHasRequiredTraining={userHasCompulsoryTraining}
userHasCompulsoryTraining={userHasCompulsoryTraining}
onTrainingSelect={handleOnTrainingSelect}
toolTipContent="Tools that the user has training for, and reps are trained on the tool"
/>
Expand Down

0 comments on commit b38db35

Please sign in to comment.