We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9ff15 commit 2e5e84eCopy full SHA for 2e5e84e
src/monthly-giving-circle.ts
@@ -77,7 +77,7 @@ export class MonthlyGivingCircle extends LitElement {
77
class="link slim"
78
id="close-receipts"
79
.clickHandler=${async () => {
80
- this.viewToDisplay = 'welcome';
+ this.viewToDisplay = this.plans.length ? 'plans' : 'welcome';
81
this.dispatchEvent(new CustomEvent('ShowWelcome'));
82
this.updates = [];
83
await this.updateComplete;
0 commit comments