Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Feb 28, 2024
1 parent b49c313 commit 6bcd498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components/modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ export class Modal implements ComponentInterface, OverlayInterface {
*/
this.inheritedAttributes = {
...this.inheritedAttributes,
[attribute]: htmlAttributes[attribute]
}
[attribute]: htmlAttributes[attribute],
};

delete htmlAttributes[attribute];
}
Expand Down

0 comments on commit 6bcd498

Please sign in to comment.