CASH-1790 remove outdated data var and copilot fixes

This commit is contained in:
Adam Caouette 2026-01-26 10:36:12 -05:00
parent 8672273559
commit 6a709266d8
2 changed files with 1 additions and 4 deletions

View file

@ -162,7 +162,6 @@ export default {
name: "datePicker",
data() {
return {
isLoading: true,
months: null,
disableViewMoreDatesButton: false,
hideSomeDaysForInitialView: null,
@ -1332,7 +1331,7 @@ export default {
background-color: $white;
border: none;
color: initial;
cursor: none;
cursor: default;
&:hover {
border: none;
}

View file

@ -1263,8 +1263,6 @@ export default {
this.setDisplayWaitList();
}
}
this.isShowMobileFirstAppt;
},
getIsRecalAcknowledgedForSchedulingFromStore() {
return store.getters.order.isRecalAcknowledgedForScheduling;