From a01069323c1c80a5d00e9d6f9fe6b9cc2c27ee86 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 3 Jun 2023 01:47:22 +0200 Subject: [PATCH] Fixed a bug in the ServerItem.jsx --- .../ServerDialog/components/ServerItem/ServerItem.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/ServerItem.jsx b/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/ServerItem.jsx index e3c92a1..4abc61f 100644 --- a/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/ServerItem.jsx +++ b/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/ServerItem.jsx @@ -57,7 +57,7 @@ export const ServerItem = (server) => {
- {server.distro} + {server.distro}

{name} ({camelCase(server.distro || "linux")})

{hostname}