mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
fix corp equation
This commit is contained in:
parent
7ef4df414f
commit
a358c270f6
@ -153,7 +153,7 @@ function WarehouseRoot(props: IProps): React.ReactElement {
|
||||
<Typography>This industry uses the following equation for it's production: </Typography>
|
||||
<br />
|
||||
<Typography>
|
||||
<IndustryProductEquation division={division} />
|
||||
<IndustryProductEquation key={division.name} division={division} />
|
||||
</Typography>
|
||||
<br />
|
||||
<Typography>
|
||||
|
Loading…
Reference in New Issue
Block a user