CASH-2848: Cleanup
This commit is contained in:
parent
b0a16f18a0
commit
8a7cb2657a
2 changed files with 0 additions and 11 deletions
|
|
@ -13,7 +13,6 @@
|
||||||
<customerInstructions
|
<customerInstructions
|
||||||
:cmsWidgetName="getUnverifiedInstructionsWidgetName"
|
:cmsWidgetName="getUnverifiedInstructionsWidgetName"
|
||||||
:isRepair="isRepair"
|
:isRepair="isRepair"
|
||||||
:overrideRepairInstructionText="overrideRepairInstructionText"
|
|
||||||
v-on="{ textLinkClicked: openModalAction }" />
|
v-on="{ textLinkClicked: openModalAction }" />
|
||||||
</div>
|
</div>
|
||||||
<div v-if="showVerifiedContent" class="my-5" ref="verified-block">
|
<div v-if="showVerifiedContent" class="my-5" ref="verified-block">
|
||||||
|
|
@ -221,12 +220,6 @@ export default {
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
overrideRepairInstructionText() {
|
|
||||||
if (this.isRepair) {
|
|
||||||
return this.clientConfig?.RepairInstructionsOverrideWidget?.Text || "";
|
|
||||||
}
|
|
||||||
return "";
|
|
||||||
},
|
|
||||||
clientLogoImageSrc() {
|
clientLogoImageSrc() {
|
||||||
return this.clientConfig?.ClientLogoWidget?.Image || "";
|
return this.clientConfig?.ClientLogoWidget?.Image || "";
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -47,10 +47,6 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
cmsWidgetName: String,
|
cmsWidgetName: String,
|
||||||
isRepair: Boolean,
|
isRepair: Boolean,
|
||||||
overrideRepairInstructionText: {
|
|
||||||
type: String,
|
|
||||||
default: "",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
doesCopyContainTextLink,
|
doesCopyContainTextLink,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue