mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
IssueNewShares Modal spacing typo fix (#715)
This commit is contained in:
parent
2e84512881
commit
6b7cab6ac4
@ -66,7 +66,7 @@ export function IssueNewSharesModal(props: IProps): React.ReactElement {
|
||||
|
||||
let dialogContents =
|
||||
`Issued ${formatShares(newShares)} new shares` + ` and raised ${formatMoney(profit)}.` + (privateShares > 0)
|
||||
? "\n" + formatShares(privateShares) + "of these shares were bought by private investors."
|
||||
? "\n" + formatShares(privateShares) + " of these shares were bought by private investors."
|
||||
: "";
|
||||
dialogContents += `\n\nStock price decreased to ${formatMoney(corp.sharePrice)}`;
|
||||
dialogBoxCreate(dialogContents);
|
||||
|
Loading…
Reference in New Issue
Block a user