Fix spelling

This commit is contained in:
nickofolas
2022-04-22 23:27:05 -05:00
parent 46613a07cb
commit e6df46e520
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import React, { useState } from "react";
import { getGenericAugmentationPriceMultiplier } from "../../Augmentation/AugmentationHelpers";
import { Augmentations } from "../../Augmentation/Augmentations";
import { AugmentationNames } from "../../Augmentation/data/AugmentationNames";
import { PurchaseableAugmentations } from "../../Augmentation/ui/PurchaseableAugmentations";
import { PurchasableAugmentations } from "../../Augmentation/ui/PurchasableAugmentations";
import { PurchaseAugmentationsOrderSetting } from "../../Settings/SettingEnums";
import { Settings } from "../../Settings/Settings";
import { use } from "../../ui/Context";
@@ -183,7 +183,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
</Paper>
</Container>
<PurchaseableAugmentations
<PurchasableAugmentations
augNames={purchasable}
ownedAugNames={owned}
player={player}