CASH-323
formating
This commit is contained in:
parent
41c039e332
commit
94742221f2
2 changed files with 6 additions and 6 deletions
|
|
@ -201,11 +201,11 @@ export default {
|
|||
isItac: Boolean,
|
||||
isNoComp: Boolean,
|
||||
isExpandedOnLoad: Boolean,
|
||||
showPromoModalQuestion:{
|
||||
default:true,
|
||||
type:Boolean,
|
||||
required:false
|
||||
}
|
||||
showPromoModalQuestion: {
|
||||
default: true,
|
||||
type: Boolean,
|
||||
required: false,
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ export default {
|
|||
"true"
|
||||
);
|
||||
},
|
||||
ShowPromoModalQuestion(){
|
||||
ShowPromoModalQuestion() {
|
||||
return false;
|
||||
},
|
||||
isRecalibrationOnOrder() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue