From d4f8f2d0354832101f48d60f0b3445cc1f43dd23 Mon Sep 17 00:00:00 2001 From: borisflagell Date: Sat, 23 Apr 2022 15:01:24 +0200 Subject: [PATCH] Update HacknetServerElem.tsx Prettier pass. Lint test : no warning, no error. --- src/Hacknet/ui/HacknetServerElem.tsx | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/Hacknet/ui/HacknetServerElem.tsx b/src/Hacknet/ui/HacknetServerElem.tsx index 0d31db5ab..b5ff51258 100644 --- a/src/Hacknet/ui/HacknetServerElem.tsx +++ b/src/Hacknet/ui/HacknetServerElem.tsx @@ -70,7 +70,11 @@ export function HacknetServerElem(props: IProps): React.ReactElement { - + (base increase, attained when no script is running)
+ + {" "} + +{" "} + {" "} + (base increase, attained when no script is running)
+ (effective increase, taking current RAM usage into account) } @@ -136,7 +140,11 @@ export function HacknetServerElem(props: IProps): React.ReactElement { - + (base increase, attained when no script is running)
+ + {" "} + +{" "} + {" "} + (base increase, attained when no script is running)
+ (effective increase, taking current RAM usage into account) } @@ -180,7 +188,11 @@ export function HacknetServerElem(props: IProps): React.ReactElement { - + (base increase, attained when no script is running)
+ + {" "} + +{" "} + {" "} + (base increase, attained when no script is running)
+ (effective increase, taking current RAM usage into account) } @@ -258,10 +270,10 @@ export function HacknetServerElem(props: IProps): React.ReactElement {
current production rate.
- - - - {" "}max production rate. (achieved when 100% RAM is allocated to it) + + + {" "} + max production rate. (achieved when 100% RAM is allocated to it)
{numeralWrapper.formatRAM(node.ramUsed)} / {numeralWrapper.formatRAM(node.maxRam)} ( {Math.round((100 * node.ramUsed) / node.maxRam)}%) RAM allocated to script.