INSR-8493: Restore existing mobile fee disclaimer
This commit is contained in:
parent
57a1067a3d
commit
e875c16c20
1 changed files with 7 additions and 0 deletions
|
|
@ -118,6 +118,10 @@
|
|||
class="d-inline-flex mt-0"
|
||||
role="alert">{{ mobileZipError }}</span>
|
||||
</div>
|
||||
<textBlock
|
||||
v-if="displayMobileFeeDisclaimer"
|
||||
cmsWidgetName="MobileFeeDisclaimerWidget"
|
||||
typeStyle="disclaimer" />
|
||||
</div>
|
||||
<recalModal
|
||||
:ref="RECAL_MODAL_REF_NAME"
|
||||
|
|
@ -211,6 +215,9 @@ export default {
|
|||
displayMilitaryZipAlert() {
|
||||
return this.zipContainsMilitaryBase && this.isServiceableMobile;
|
||||
},
|
||||
displayMobileFeeDisclaimer() {
|
||||
return this.mainStore.isNoComp || this.mainStore.isITAC;
|
||||
},
|
||||
displayRecalibrationWarning() {
|
||||
return this.requiresInshopRecalibration;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue