Lints and tests

This commit is contained in:
Cmdr McDonald
2016-11-15 13:38:02 +00:00
parent 930a555425
commit 0d3c128059
2 changed files with 3 additions and 3 deletions

View File

@@ -532,7 +532,7 @@ export default class CostSection extends TranslatedComponent {
ammoCosts.push(item);
ammoTotal += item.total;
}
// Add fighters
// Add fighters
if (slotGroup[i].m.grp === 'fh') {
item = {
m: slotGroup[i].m,
@@ -542,7 +542,7 @@ export default class CostSection extends TranslatedComponent {
};
ammoCosts.push(item);
ammoTotal += item.total;
}
}
}
}
}