mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
Merge pull request #1635 from Saynt-Garmo/dev
Going Public Exploit Fix.
This commit is contained in:
commit
f7ca39714e
@ -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