Fix displayed Aug cost for sleeves

This commit is contained in:
nickofolas
2022-04-23 10:49:20 -05:00
parent e6df46e520
commit c6cb70a117
2 changed files with 8 additions and 8 deletions
@@ -58,8 +58,7 @@ export function SleeveAugmentationsModal(props: IProps): React.ReactElement {
props.sleeve.tryBuyAugmentation(player, aug);
rerender();
}}
skipPreReqs
skipExclusiveIndicator
sleeveAugs
/>
</Modal>
);