Fix prettier
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user