From 867dd3ba9181ea243e9ca1480205d16142aff6ef Mon Sep 17 00:00:00 2001 From: Bart Koppelmans Date: Thu, 16 Sep 2021 10:04:26 +0200 Subject: [PATCH] Removed unnecessary question mark --- src/PersonObjects/Sleeve/ui/CovenantSleeveMemoryUpgrade.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PersonObjects/Sleeve/ui/CovenantSleeveMemoryUpgrade.tsx b/src/PersonObjects/Sleeve/ui/CovenantSleeveMemoryUpgrade.tsx index 0cec0211e..1109bd9ae 100644 --- a/src/PersonObjects/Sleeve/ui/CovenantSleeveMemoryUpgrade.tsx +++ b/src/PersonObjects/Sleeve/ui/CovenantSleeveMemoryUpgrade.tsx @@ -81,7 +81,7 @@ export class CovenantSleeveMemoryUpgrade extends React.Component if (isNaN(this.state.amt)) { purchaseBtnContent = <>Invalid value; } else if (this.state.amt > maxMemory) { - purchaseBtnContent = <>Memory cannot exceed 100?; + purchaseBtnContent = <>Memory cannot exceed 100; } else { purchaseBtnContent = ( <>