Formatting and typo

This commit is contained in:
Olivier Gagnon
2021-03-07 13:25:09 -05:00
parent 58333c1b46
commit c72519e3ea
3 changed files with 5 additions and 3 deletions

View File

@@ -24,14 +24,14 @@ export function ScriptProduction(props: IProps): React.ReactElement {
return (
<p id="active-scripts-total-prod">
Total online production of Active scripts:
Total online production of Active scripts:&nbsp;
<span className="money-gold">
<span id="active-scripts-total-production-active">
{numeralWrapper.formatMoney(onlineProduction)}
</span> / sec
</span><br />
Total online production since last Aug installation:
Total online production since last Aug installation:&nbsp;
<span id="active-scripts-total-prod-aug-total" className="money-gold">
{numeralWrapper.formatMoney(props.p.scriptProdSinceLastAug)}
</span>