mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
fix 'confirm bulk purchase' button missing onclick
This commit is contained in:
parent
8b7723338b
commit
aa4451b12d
@ -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