Lil bit of cleanup
This commit is contained in:
parent
dd8ba4df83
commit
de0457a111
3 changed files with 7 additions and 4 deletions
|
|
@ -107,7 +107,10 @@ export class HeroSkillsCardV1 extends GenericAppMixin(HandlebarsApplicationMixin
|
|||
for (let i = ctx.gear.length - 1; i <= limit; i++) {
|
||||
ctx.gear.push({
|
||||
index: ctx.gear.length,
|
||||
uuid: ``, name: ``, empty: true });
|
||||
uuid: ``,
|
||||
name: ``,
|
||||
empty: true,
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue