INSR-9260: Fix missing sentence in drop off appointment time text
This commit is contained in:
parent
b7733346fb
commit
6c7750c74a
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ export default {
|
||||||
appointmentTimeText() {
|
appointmentTimeText() {
|
||||||
const { startTime, endTime } = this.schedule;
|
const { startTime, endTime } = this.schedule;
|
||||||
if (this.isDropOffAppointment) {
|
if (this.isDropOffAppointment) {
|
||||||
return 'Drop off before 9:30 AM';
|
return 'Drop off by 9:30 AM. Pick-up time dependent on shop schedule';
|
||||||
}
|
}
|
||||||
if (this.isInShopAppointment) {
|
if (this.isInShopAppointment) {
|
||||||
const formattedStartTime = get12HourTimeFormat(startTime);
|
const formattedStartTime = get12HourTimeFormat(startTime);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue