mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
Merge pull request #1319 from Nolshine/fix_missing_onclick_for_bulk_purchase
fix 'confirm bulk purchase' button missing onclick
This commit is contained in:
commit
d73040fdc5
@ -95,7 +95,7 @@ function BulkPurchase(props: IProps): React.ReactElement {
|
|||||||
style={{ margin: "5px" }}
|
style={{ margin: "5px" }}
|
||||||
onKeyDown={onKeyDown}
|
onKeyDown={onKeyDown}
|
||||||
/>
|
/>
|
||||||
<button className="std-button">Confirm Bulk Purchase</button>
|
<button className="std-button" onClick={bulkPurchase}>Confirm Bulk Purchase</button>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user