Skip to content

Commit 88fb56a

Browse files
kylebuch8mwcz
authored andcommitted
fixing the super call in the constructor of pfe-health-index (#454)
Fixes #449
1 parent c29232f commit 88fb56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pfe-health-index/src/pfe-health-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class PfeHealthIndex extends PFElement {
4040
}
4141

4242
constructor() {
43-
super(PfeHealthIndex.tag);
43+
super(PfeHealthIndex);
4444
}
4545

4646
attributeChangedCallback(attr, oldValue, newValue) {

0 commit comments

Comments
 (0)