Skip to content

Commit

Permalink
refactor: remove unnecessary CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
acalvo committed Sep 9, 2023
1 parent 30aee4d commit 06a6101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/payments-selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ export class PaymentsSelector extends LitElement {
12 pagas
</label>
<label class=${this.payments===14 ? 'selected' : '' }>
<input type="radio" name="payments" value="14" class=${this.payments===14 ? 'selected' : '' }
@change=${this.setPayments}>
<input type="radio" name="payments" value="14" @change=${this.setPayments}>
14 pagas
</label>
`;
Expand Down

0 comments on commit 06a6101

Please sign in to comment.