diff --git a/resources/scripts/components/server/console/StatGraphs.tsx b/resources/scripts/components/server/console/StatGraphs.tsx index e5709065a..acafa3c64 100644 --- a/resources/scripts/components/server/console/StatGraphs.tsx +++ b/resources/scripts/components/server/console/StatGraphs.tsx @@ -110,12 +110,14 @@ const StatGraphs = () => {
{formatUptime(uptime)}
-
-
-

Description

-
{description}
+ {description && ( +
+
+

Description

+
{description}
+
-
+ )}