Skip to content

Commit

Permalink
Adds Prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn committed Nov 8, 2024
1 parent e3f9718 commit 3bb016e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/test-app/wc/helloWorldWC.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class extends HTMLElement {

const templateBtn = document.createElement('template');
templateBtn.innerHTML = '<button id="aButton">Click me!</button>';

const showAlertBtn = document.createElement('template');
showAlertBtn.innerHTML = '<button id="showAlert">showAlert</button>';

Expand Down Expand Up @@ -144,7 +144,7 @@ export default class extends HTMLElement {
text: 'uxManager().showAlert() test',
type: 'info'
});
})
});

this.$paragraph = this._shadowRoot.querySelector('p');
this.$button = this._shadowRoot.querySelector('#aButton');
Expand Down

0 comments on commit 3bb016e

Please sign in to comment.