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 7dcc914 commit 4fd477bCopy full SHA for 4fd477b
src/ships/SkinPage/SkinCard.ts
@@ -70,7 +70,7 @@ class SkinCard {
70
console.error(card.innerHTML);
71
throw "fug";
72
}
73
- const catTitle = cat.getAttribute("title").trim();
+ const catTitle = cat.getAttribute("data-title").trim();
74
const keptCat = keepIfInEnum(catTitle, SkinCategories);
75
if (keptCat === undefined) {
76
throw new Error("Could not find category for ship card");
0 commit comments