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",
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1263,8 +1263,6 @@ export default {
|
|||
this.setDisplayWaitList();
|
||||
}
|
||||
}
|
||||
|
||||
this.isShowMobileFirstAppt;
|
||||
},
|
||||
getIsRecalAcknowledgedForSchedulingFromStore() {
|
||||
return store.getters.order.isRecalAcknowledgedForScheduling;
|
||||
|
|
|
|||
Loading…
Reference in a new issue