From b3912d739db0d0ec7ce7124bb4bb1a063dd379e9 Mon Sep 17 00:00:00 2001 From: Lawton Manning Date: Wed, 6 Dec 2023 22:46:44 -0500 Subject: [PATCH] remove translation blocks on block labels --- src/widgets/healthchecks/component.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/widgets/healthchecks/component.jsx b/src/widgets/healthchecks/component.jsx index cfa6ee7e..12ec726e 100644 --- a/src/widgets/healthchecks/component.jsx +++ b/src/widgets/healthchecks/component.jsx @@ -40,17 +40,17 @@ export default function Component({ service }) { if (!data) { return ( - - + + ); } return ( - +