mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 06:37:49 +02:00
Fix faction augmentations screen
* Buying an augmentation rerenders the augmentations page (rerender function passed down through props) * Each unowned purchasable augmentation rerenders periodically to re-check whether it can be bought.
This commit is contained in:
@@ -48,6 +48,7 @@ export function SleeveAugmentationsModal(props: IProps): React.ReactElement {
|
||||
props.sleeve.tryBuyAugmentation(aug);
|
||||
rerender();
|
||||
}}
|
||||
rerender={rerender}
|
||||
sleeveAugs
|
||||
/>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user