mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
run auto fix lint
This commit is contained in:
@@ -84,7 +84,7 @@ export class CovenantPurchasesRoot extends React.Component<IProps, IState> {
|
||||
for (let i = 0; i < this.props.p.sleeves.length; ++i) {
|
||||
const sleeve = this.props.p.sleeves[i];
|
||||
upgradePanels.push(
|
||||
<CovenantSleeveUpgrades {...this.props} sleeve={sleeve} index={i} rerender={this.rerender} key={i} />
|
||||
<CovenantSleeveUpgrades {...this.props} sleeve={sleeve} index={i} rerender={this.rerender} key={i} />,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user