Skip to content

Commit 4fd477b

Browse files
authored
test
1 parent 7dcc914 commit 4fd477b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ships/SkinPage/SkinCard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class SkinCard {
7070
console.error(card.innerHTML);
7171
throw "fug";
7272
}
73-
const catTitle = cat.getAttribute("title").trim();
73+
const catTitle = cat.getAttribute("data-title").trim();
7474
const keptCat = keepIfInEnum(catTitle, SkinCategories);
7575
if (keptCat === undefined) {
7676
throw new Error("Could not find category for ship card");

0 commit comments

Comments
 (0)