Skip to content

Commit 996f7d8

Browse files
committed
Fix hard-coded date order in clinic booking
The dates are still hard-coded, but at least make sense now (copy-paste error spotted by a parent in a research call).
1 parent 031b3b0 commit 996f7d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/book-into-a-clinic/form/clinic-date.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
items: [
2020
{ text: 'Tuesday 24 February', value: '124' },
2121
{ text: 'Wednesday 25 February', value: '125' },
22-
{ text: 'Monday 2 February', value: '137' }
22+
{ text: 'Monday 2 March', value: '137' }
2323
],
2424
decorate: "appointment.session_id"
2525
}) }}

0 commit comments

Comments
 (0)