Skip to content

Commit

Permalink
Fixed an error where vehicle checks was not being correctly passed th…
Browse files Browse the repository at this point in the history
…e practice mode parameter
  • Loading branch information
RLCorp committed Jan 14, 2025
1 parent 2321557 commit 63bad23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
*ngIf="!(pageState.delegatedTest$ | async)"
[category]="pageState.category$ | async"
[formGroup]="form"
[practiceMode]="isEndToEndPracticeMode"
[fullLicenceHeld]="pageState.fullLicenceHeld$ | async"
[vehicleChecksScore]="pageState.vehicleChecksScore$ | async"
[vehicleChecks]="pageState.vehicleChecks$ | async"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
*ngIf="!(pageState.delegatedTest$ | async)"
[category]="pageState.category$ | async"
[formGroup]="form"
[practiceMode]="isEndToEndPracticeMode"
[fullLicenceHeld]="pageState.fullLicenceHeld$ | async"
[safetyQuestionsScore]="pageState.safetyQuestionsScore$ | async"
[safetyQuestions]="pageState.safetyQuestions$ | async"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
(onCloseVehicleChecksModal)="closeVehicleChecksModal()"
[category]="pageState.category$ | async"
[formGroup]="form"
[practiceMode]="isEndToEndPracticeMode"
[fullLicenceHeld]="false"
[vehicleChecksScore]="pageState.vehicleChecksScore$ | async"
[vehicleChecks]="pageState.vehicleChecks$ | async"
Expand Down

0 comments on commit 63bad23

Please sign in to comment.