CASH-1790 remove outdated data var and copilot fixes
This commit is contained in:
parent
8672273559
commit
6a709266d8
2 changed files with 1 additions and 4 deletions
|
|
@ -162,7 +162,6 @@ export default {
|
||||||
name: "datePicker",
|
name: "datePicker",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isLoading: true,
|
|
||||||
months: null,
|
months: null,
|
||||||
disableViewMoreDatesButton: false,
|
disableViewMoreDatesButton: false,
|
||||||
hideSomeDaysForInitialView: null,
|
hideSomeDaysForInitialView: null,
|
||||||
|
|
@ -1332,7 +1331,7 @@ export default {
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
border: none;
|
border: none;
|
||||||
color: initial;
|
color: initial;
|
||||||
cursor: none;
|
cursor: default;
|
||||||
&:hover {
|
&:hover {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1263,8 +1263,6 @@ export default {
|
||||||
this.setDisplayWaitList();
|
this.setDisplayWaitList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.isShowMobileFirstAppt;
|
|
||||||
},
|
},
|
||||||
getIsRecalAcknowledgedForSchedulingFromStore() {
|
getIsRecalAcknowledgedForSchedulingFromStore() {
|
||||||
return store.getters.order.isRecalAcknowledgedForScheduling;
|
return store.getters.order.isRecalAcknowledgedForScheduling;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue