From d0afa223bcd352b2ea99ac2f97a3a5213c5c5583 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Tue, 13 Apr 2021 17:41:20 -0300 Subject: [PATCH] indentation part 2 --- .../tgui/interfaces/CloningConsole.js | 189 +++++++++--------- 1 file changed, 95 insertions(+), 94 deletions(-) diff --git a/tgui/packages/tgui/interfaces/CloningConsole.js b/tgui/packages/tgui/interfaces/CloningConsole.js index afd51ad819..7f5cfc80e9 100644 --- a/tgui/packages/tgui/interfaces/CloningConsole.js +++ b/tgui/packages/tgui/interfaces/CloningConsole.js @@ -1,6 +1,6 @@ import { map } from 'common/collections'; import { useBackend } from '../backend'; -import { Box, Button, Collapsible, NoticeBox, Section, ProgressBar } from '../components'; +import { Box, Button, Collapsible, NoticeBox, ProgressBar, Section } from '../components'; import { Window } from '../layouts'; export const CloningConsole = (props, context) => { @@ -34,7 +34,7 @@ export const CloningConsole = (props, context) => { /> } /> - ) : ( null ) } + ) : (null) }
@@ -73,101 +73,102 @@ export const CloningConsole = (props, context) => {
)} {useRecords ? ( -
-
- - -

Current Records:

- {records.map(record => ( -
- -
- Scan ID {record["id"]}
-
-
-
- ))} + + Oxygen Deprivation Damage:
+ + Fire Damage:
+ + Toxin Damage:
+ + Brute Damage:
+ +

+ Unique Identifier:
+ {record["UI"]}
+ Unique Enzymes:
+ {record["UE"]}
+ Blood Type:
+ {record["blood_type"]} + +
+
+ ))} + + +
+
+
-
-
- - ) : ( null )} + ) : (null)}