Skip to content

Commit edabbde

Browse files
authored
fixed dumb typo
1 parent 63fdac9 commit edabbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ships/gallery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export async function fetchGallery(
151151

152152
if (key === "live2dModel") value = value === "Yes";
153153
else if (key === "cost") value = parseInt(value);
154-
else if (key === "icons") value = parseIcons(row.getElementsByTagName("td"));
154+
else if (key === "icons") value = parseIcons(row.getElementsByTagName("td")[0]);
155155
else if (ClientSkinNameHeaders[key]) {
156156
// Because skins have different names on different clients,
157157
// each skin's Gallery page has a row for their localized name.

0 commit comments

Comments
 (0)