From 87ee50708b2001112ad1e4d10b4947a2d992e00c Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 18 Aug 2024 16:39:59 +0200 Subject: [PATCH] prevent annoying screen jump when rendering --- interface/src/app/status/Status.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/app/status/Status.tsx b/interface/src/app/status/Status.tsx index e591b8d8b..cca48dbee 100644 --- a/interface/src/app/status/Status.tsx +++ b/interface/src/app/status/Status.tsx @@ -306,7 +306,7 @@ const SystemStatus = () => { ); const content = () => { - if (!data) { + if (!data || !LL) { return ; } @@ -321,7 +321,7 @@ const SystemStatus = () => { {me.admin && (