From 4c1e867ea9ef603ce7cfb7b921933a11f51f621a Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Fri, 30 Jul 2021 09:43:58 -0500 Subject: [PATCH] Lint fix in frontend/fleet/helpers.ts (#1518) --- frontend/fleet/helpers.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/fleet/helpers.ts b/frontend/fleet/helpers.ts index 14eefa63d2..488a8edd40 100644 --- a/frontend/fleet/helpers.ts +++ b/frontend/fleet/helpers.ts @@ -42,8 +42,7 @@ const labelStubs = [ { id: "online", count: 0, - description: - "Hosts that have recently checked-in to Fleet.", + description: "Hosts that have recently checked-in to Fleet.", display_text: "Online", slug: "online", statusLabelKey: "online_count",