Factions Augmentation page now lists purchased augmentation separatly.

This commit is contained in:
Olivier Gagnon
2021-03-21 18:03:16 -04:00
parent e8aa1851c5
commit 04bc2bebdd
5 changed files with 44 additions and 28 deletions
@@ -114,7 +114,6 @@ export class PurchaseableAugmentation extends React.Component<IProps, any> {
color = "red";
} else if (this.aug.name !== AugmentationNames.NeuroFluxGovernor && (this.aug.owned || this.owned())) {
disabled = true;
statusTxt = "ALREADY OWNED";
} else if (this.hasReputation()) {
statusTxt = `UNLOCKED - ${numeralWrapper.formatMoney(moneyCost)}`;
} else {