fix corp equation

This commit is contained in:
Olivier Gagnon 2021-10-18 18:55:28 -04:00
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> <Typography>This industry uses the following equation for it's production: </Typography>
<br /> <br />
<Typography> <Typography>
<IndustryProductEquation division={division} /> <IndustryProductEquation key={division.name} division={division} />
</Typography> </Typography>
<br /> <br />
<Typography> <Typography>