From ea1ac7b6ec932e9aabd8721a6fffb83636ff58d5 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 10 Feb 2021 19:17:41 -0500 Subject: [PATCH] Fix prettier --- plugins/jenkins/src/components/Cards/Cards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jenkins/src/components/Cards/Cards.tsx b/plugins/jenkins/src/components/Cards/Cards.tsx index c7efde6523..6fc544bcea 100644 --- a/plugins/jenkins/src/components/Cards/Cards.tsx +++ b/plugins/jenkins/src/components/Cards/Cards.tsx @@ -44,7 +44,7 @@ const WidgetContent = ({ (latestRun.building ? 'Running for ' : '') + DateTime.local() .minus(Duration.fromMillis(latestRun.duration)) - .toRelative({ locale: "en" }) + .toRelative({ locale: 'en' }) ?.replace(' ago', ''); return (