From 7cff437cdddd78c4ca3c691a0c60051f1a655f24 Mon Sep 17 00:00:00 2001 From: Ssshizoprenia <138407137+Ssshizoprenia@users.noreply.github.com> Date: Mon, 3 Jul 2023 02:07:19 +0300 Subject: [PATCH] some small issue fix --- tgui/packages/tgui/interfaces/Who.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tgui/packages/tgui/interfaces/Who.js b/tgui/packages/tgui/interfaces/Who.js index 478002f3d4b4..8d93e871e4c0 100644 --- a/tgui/packages/tgui/interfaces/Who.js +++ b/tgui/packages/tgui/interfaces/Who.js @@ -17,9 +17,9 @@ export const Who = (props, context) => { - -
- {total_players !== undefined && ( + {total_players !== undefined && ( + +
{total_players.map((x, index) => ( { /> ))} - )} -
-
+
+
+ )} - -
- {admin && ( + {admin && ( + +
{additional_info !== undefined && @@ -70,9 +70,9 @@ export const Who = (props, context) => { ))} - )} -
-
+
+
+ )}