CSR-2166: fix for null exception error

This commit is contained in:
Adam Caouette 2024-09-23 16:16:18 -04:00
parent 784705041a
commit 00f34b7c3c

View file

@ -410,7 +410,7 @@ export default {
shouldHideRecalibration() {
const recalSettingValue = experimentMixin.methods.getSettingValue(
experimentSettings.RECAL_PRICE_REMOVE
).toLowerCase() === "true";
)?.toLowerCase() === "true";
return recalSettingValue;
},
showAfterpayBanner() {