diff --git a/src/app/_components/drivercomponents/TripSurveyModal.tsx b/src/app/_components/drivercomponents/TripSurveyModal.tsx index 9aeac7f..470e720 100644 --- a/src/app/_components/drivercomponents/TripSurveyModal.tsx +++ b/src/app/_components/drivercomponents/TripSurveyModal.tsx @@ -185,7 +185,16 @@ export const TripSurveyModal = ({ form }: SurveyFormProps) => { disabled={form.values.tripCompletionStatus === BookingStatus.CANCELLED} > Rate the passenger’s fitness for transport -
+
{
Very Poor + {form.errors.passengerFitRating && ( + + {form.errors.passengerFitRating} + + )} Excellent Additional Notes