Skip to content

Commit

Permalink
refactor(mon-pix): remove eslint disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Jan 16, 2025
1 parent f1b57b0 commit bb9f24c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions mon-pix/app/templates/fill-in-campaign-code.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{! template-lint-disable no-action require-input-label no-invalid-interactive no-unknown-arguments-for-builtin-components }}
{{page-title (t "pages.fill-in-campaign-code.title")}}

<div class="pix-communication-banner">
Expand Down Expand Up @@ -39,11 +38,7 @@
{{/if}}

<div class="fill-in-campaign-code__actions">
<PixButton
@type="submit"
class="fill-in-campaign-code__start-button"
@triggerAction={{action "startCampaign"}}
>
<PixButton @type="submit" class="fill-in-campaign-code__start-button" @triggerAction={{this.startCampaign}}>
{{t "pages.fill-in-campaign-code.start"}}
</PixButton>
</div>
Expand All @@ -52,7 +47,7 @@
{{#if this.showWarningMessage}}
<div class="fill-in-campaign-code__warning">
<span>{{this.warningMessage}}</span>
<a href="#" class="link" {{action this.disconnect}}>
<a href="#" class="link" {{on "click" this.disconnect}}>
{{t "pages.fill-in-campaign-code.warning-message-logout"}}
</a>
</div>
Expand Down

0 comments on commit bb9f24c

Please sign in to comment.