We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f09459 commit ffc733aCopy full SHA for ffc733a
1 file changed
app/controllers/book-into-a-clinic.js
@@ -197,7 +197,7 @@ export const bookIntoClinicController = {
197
// Parent journey
198
[`/${session_preset_slug}/${booking_uuid}/new/parent`]: {
199
[`/${session_preset_slug}/${booking_uuid}/new/offer-health-questions`]:
200
- () => !booking?.parent?.tel
+ () => !request.session.data.booking?.parent?.tel
201
},
202
[`/${session_preset_slug}/${booking_uuid}/new/contact-preference`]: {},
203
0 commit comments