CSR-2322 | Fix shouldHideRecalibration response
This commit is contained in:
parent
5066cd4016
commit
68e1cbcf61
1 changed files with 1 additions and 1 deletions
|
|
@ -826,7 +826,7 @@ export const getters = {
|
||||||
return (
|
return (
|
||||||
experimentMixin.methods
|
experimentMixin.methods
|
||||||
.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)
|
.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)
|
||||||
?.toLowerCase() === "true" && getters.isRecalibrationOnOrder
|
?.toLowerCase() === "true" && getters.isRecalibrationOnOrder(state)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
areRearWipersOnOrder: (state) => {
|
areRearWipersOnOrder: (state) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue