mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
Removed unnecessary question mark
This commit is contained in:
parent
5866f47151
commit
867dd3ba91
@ -81,7 +81,7 @@ export class CovenantSleeveMemoryUpgrade extends React.Component<IProps, IState>
|
||||
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 = (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user