Skip to content

Commit 6abf569

Browse files
committed
move demarcator
1 parent db841bc commit 6abf569

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/cancel-plan.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export class IauxMgcCancelPlan extends LitElement {
7373
</donation-form-section>
7474
</ia-button>
7575
76-
<hr />
7776
${this.initialCancelRequest ? this.confirmCancelation : nothing}
7877
`;
7978
}

src/edit-plan-form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class MGCWelcome extends LitElement {
1313
render() {
1414
return html`
1515
<section class="mgc-edit-plan">
16-
<p>edit plan form</p>
16+
<hr />
1717
<iaux-mgc-cancel-plan
1818
.plan=${this.plan}
1919
@cancelPlan=${() => {

0 commit comments

Comments
 (0)