We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17314b2 commit 7dcc914Copy full SHA for 7dcc914
src/ships/SkinPage/SkinPage.ts
@@ -78,7 +78,7 @@ class SkinPage {
78
79
checkCategories(doc: Document) {
80
doc.querySelectorAll("article").forEach((tabber) => {
81
- const heading = tabber.getAttribute("title");
+ const heading = tabber.getAttribute("data-title");
82
if (!keepIfInEnum(heading, SkinCategories)) {
83
throw new Error(`New or unknown skin category: ${heading}`);
84
}
0 commit comments