mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +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"
|
||||
placeholder="Shares to issue"
|
||||
onKeyDown={onKeyDown}
|
||||
|
||||
/>
|
||||
<Button sx={{ mx: 1 }} onClick={goPublic}>
|
||||
<Button disabled={shares < 0||shares>corp.numShares} sx={{ mx: 1 }} onClick={goPublic}>
|
||||
Go Public
|
||||
</Button>
|
||||
</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user