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
|
||||
:cmsWidgetName="getUnverifiedInstructionsWidgetName"
|
||||
:isRepair="isRepair"
|
||||
:overrideRepairInstructionText="overrideRepairInstructionText"
|
||||
v-on="{ textLinkClicked: openModalAction }" />
|
||||
</div>
|
||||
<div v-if="showVerifiedContent" class="my-5" ref="verified-block">
|
||||
|
|
@ -221,12 +220,6 @@ export default {
|
|||
}
|
||||
return "";
|
||||
},
|
||||
overrideRepairInstructionText() {
|
||||
if (this.isRepair) {
|
||||
return this.clientConfig?.RepairInstructionsOverrideWidget?.Text || "";
|
||||
}
|
||||
return "";
|
||||
},
|
||||
clientLogoImageSrc() {
|
||||
return this.clientConfig?.ClientLogoWidget?.Image || "";
|
||||
},
|
||||
|
|
|
|||
|
|
@ -47,10 +47,6 @@ export default {
|
|||
props: {
|
||||
cmsWidgetName: String,
|
||||
isRepair: Boolean,
|
||||
overrideRepairInstructionText: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
doesCopyContainTextLink,
|
||||
|
|
|
|||
Loading…
Reference in a new issue