Remove restrictions on calling updateMobileFee

The method it is calling will determine if it should be updated or not
This commit is contained in:
scottkiener-at-safelite 2026-03-31 14:14:18 -04:00
parent 1ea73c3fba
commit 03cd0fb7a9

View file

@ -355,9 +355,7 @@ export default {
let provider = this.selectedProvider;
this.mainStore.updateMobileFee(null);
if (this.isMobile) {
if (this.mainStore.isNoComp || this.mainStore.isITAC) {
this.mainStore.updateMobileFee(this.mobileFeePart);
}
this.mainStore.updateMobileFee(this.mobileFeePart);
provider = {
providerNumber: this.mobileProviderNumber,