Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Oct 18, 2024
1 parent 9ccf405 commit 6777786
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/cases/html-web-component/src/components/caption.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
export default class Caption extends HTMLElement {
connectedCallback() {
const title = this.getAttribute('title');

this.innerHTML = `
<div class="caption">
${this.innerHTML}
Expand Down

0 comments on commit 6777786

Please sign in to comment.