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 33cbd9c commit e8863f4Copy full SHA for e8863f4
modules/tool/parseMod.ts
@@ -37,8 +37,7 @@ export const parseMod = async ({
37
for (const child of children) {
38
const childToolId = child.toolId;
39
40
- const childIcon =
41
- child.icon || rootMod.icon || getIconPath(`${toolsetId}/${childToolId}/logo`);
+ const childIcon = child.icon || rootMod.icon || getIconPath(`${childToolId}/logo`);
42
43
tools.push({
44
...child,
0 commit comments