Fix prettier

This commit is contained in:
Adam Harvey
2021-02-10 19:17:41 -05:00
parent a621697f47
commit ea1ac7b6ec
@@ -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 (