diff --git a/src/PersonObjects/Sleeve/ui/CovenantPurchasesRoot.tsx b/src/PersonObjects/Sleeve/ui/CovenantPurchasesRoot.tsx index 5943b1531..5411369a9 100644 --- a/src/PersonObjects/Sleeve/ui/CovenantPurchasesRoot.tsx +++ b/src/PersonObjects/Sleeve/ui/CovenantPurchasesRoot.tsx @@ -70,16 +70,20 @@ export function CovenantPurchasesRoot(props: IProps): React.ReactElement { return (
-

- Would you like to purchase an additional Duplicate Sleeve from The Covenant for{" "} - ? -

-
-

- These Duplicate Sleeves are permanent (they persist through BitNodes). You can purchase a total of{" "} - {MaxSleevesFromCovenant} from The Covenant. -

- + {props.p.sleevesFromCovenant < MaxSleevesFromCovenant && ( + <> +

+ Would you like to purchase an additional Duplicate Sleeve from The Covenant for{" "} + ? +

+
+

+ These Duplicate Sleeves are permanent (they persist through BitNodes). You can purchase a total of{" "} + {MaxSleevesFromCovenant} from The Covenant. +

+ + + )}