mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Going Public Exploit Fix.
This commit is contained in:
parent
f99c3fd0cd
commit
c9b4675061
@ -70,8 +70,9 @@ export function GoPublicModal(props: IProps): React.ReactElement {
|
|||||||
type="number"
|
type="number"
|
||||||
placeholder="Shares to issue"
|
placeholder="Shares to issue"
|
||||||
onKeyDown={onKeyDown}
|
onKeyDown={onKeyDown}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
<Button sx={{ mx: 1 }} onClick={goPublic}>
|
<Button disabled={shares < 0||shares>corp.numShares} sx={{ mx: 1 }} onClick={goPublic}>
|
||||||
Go Public
|
Go Public
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user