Skip to content

Commit

Permalink
fix: hyphenate attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Dec 18, 2024
1 parent 3d3f8b7 commit 0020578
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/pages/AddressBook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</div>
</Transition>

<!-- eslint-disable vue/attribute-hyphenation-->
<AddressBookList v-model:hideButtons="hideButtons" />
</div>
</IonPage>
Expand Down
1 change: 1 addition & 0 deletions src/protocols/aeternity/views/TransferSendModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@step-prev="editTransfer"
>
<template #content>
<!-- eslint-disable vue/attribute-hyphenation-->
<component
:is="currentStepConfig.component"
ref="currentRenderedComponent"
Expand Down
1 change: 1 addition & 0 deletions src/protocols/bitcoin/views/TransferSendModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@step-prev="editTransfer"
>
<template #content>
<!-- eslint-disable vue/attribute-hyphenation-->
<component
:is="currentStepConfig.component"
ref="currentRenderedComponent"
Expand Down
1 change: 1 addition & 0 deletions src/protocols/ethereum/views/TransferSendModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@step-prev="editTransfer"
>
<template #content>
<!-- eslint-disable vue/attribute-hyphenation-->
<component
:is="currentStepConfig.component"
ref="currentRenderedComponent"
Expand Down

0 comments on commit 0020578

Please sign in to comment.