We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db841bc commit 6abf569Copy full SHA for 6abf569
src/cancel-plan.ts
@@ -73,7 +73,6 @@ export class IauxMgcCancelPlan extends LitElement {
73
</donation-form-section>
74
</ia-button>
75
76
- <hr />
77
${this.initialCancelRequest ? this.confirmCancelation : nothing}
78
`;
79
}
src/edit-plan-form.ts
@@ -13,7 +13,7 @@ export class MGCWelcome extends LitElement {
13
render() {
14
return html`
15
<section class="mgc-edit-plan">
16
- <p>edit plan form</p>
+ <hr />
17
<iaux-mgc-cancel-plan
18
.plan=${this.plan}
19
@cancelPlan=${() => {
0 commit comments