mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 14:13:48 +01:00
prettier
This commit is contained in:
parent
82a001c962
commit
5bc1d293ca
@ -60,7 +60,7 @@ export function Overview({ rerender }: IProps): React.ReactElement {
|
||||
["Total Funds:", <Money money={corp.funds} />],
|
||||
["Total Revenue:", <MoneyRate money={corp.revenue} />],
|
||||
["Total Expenses:", <MoneyRate money={corp.expenses} />],
|
||||
["Total Profit:", <MoneyRate money={corp.revenue-corp.expenses} />],
|
||||
["Total Profit:", <MoneyRate money={corp.revenue - corp.expenses} />],
|
||||
["Publicly Traded:", corp.public ? "Yes" : "No"],
|
||||
["Owned Stock Shares:", numeralWrapper.format(corp.numShares, "0.000a")],
|
||||
["Stock Price:", corp.public ? <Money money={corp.sharePrice} /> : "N/A"],
|
||||
|
Loading…
Reference in New Issue
Block a user