diff --git a/src/Corporation/ui/IndustryOverview.tsx b/src/Corporation/ui/IndustryOverview.tsx index 337e52d5b..879bf0c45 100644 --- a/src/Corporation/ui/IndustryOverview.tsx +++ b/src/Corporation/ui/IndustryOverview.tsx @@ -124,8 +124,8 @@ export function IndustryOverview(props: IProps): React.ReactElement {
{advertisingInfo !== false && ( @@ -135,15 +135,15 @@ export function IndustryOverview(props: IProps): React.ReactElement { Total multiplier for this industrys sales due to its awareness and popularity } > - Advertising Multiplier: x{numeralWrapper.format(totalAdvertisingFac, "0.000")} + Advertising Multiplier: x{numeralWrapper.formatReallyBigNumber(totalAdvertisingFac)} )}
@@ -164,7 +164,7 @@ export function IndustryOverview(props: IProps): React.ReactElement { } > - Production Multiplier: {numeralWrapper.format(division.prodMult, "0.00")} + Production Multiplier: {numeralWrapper.formatReallyBigNumber(division.prodMult)} setHelpOpen(true)}> @@ -203,7 +203,7 @@ export function IndustryOverview(props: IProps): React.ReactElement { } > - Scientific Research: {numeralWrapper.format(division.sciResearch.qty, "0.000a")} + Scientific Research: {numeralWrapper.formatReallyBigNumber(division.sciResearch.qty)}