Skip to content

Commit

Permalink
chore: fix sorting of args
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Jan 24, 2025
1 parent a88e893 commit a05920b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{{/if}} --}}

{{#if this.activeDiscountForYearlyPlan}}
<BillingStatusBadge::DiscountTimerBadge @size="small" @discount={{this.activeDiscountForYearlyPlan}} class="mr-3" />
<BillingStatusBadge::DiscountTimerBadge @discount={{this.activeDiscountForYearlyPlan}} @size="small" class="mr-3" />
{{/if}}

<Header::AccountDropdown />
Expand Down

0 comments on commit a05920b

Please sign in to comment.