diff --git a/apps/web/test/routines-page.test.tsx b/apps/web/test/routines-page.test.tsx index c2619462f..cafc6bab3 100644 --- a/apps/web/test/routines-page.test.tsx +++ b/apps/web/test/routines-page.test.tsx @@ -148,7 +148,10 @@ describe("nextRunLabel", () => { test("a disabled routine reads as paused, not as a stale countdown", () => { expect( - nextRunLabel(row({ routine: { ...routine, enabled: false } }), listProps.now), + nextRunLabel( + row({ routine: { ...routine, enabled: false } }), + listProps.now, + ), ).toBe("Paused"); }); }); diff --git a/packages/plugins-ui/src/plugins-gallery.tsx b/packages/plugins-ui/src/plugins-gallery.tsx index cc20a439a..8b9e5ad7d 100644 --- a/packages/plugins-ui/src/plugins-gallery.tsx +++ b/packages/plugins-ui/src/plugins-gallery.tsx @@ -239,9 +239,9 @@ export function PluginsGallery({
- A directory to scan, not tiles to admire — one dense row - per connector, grouped by what it does. Click a row's - name for the full page. + A directory to scan, not tiles to admire — one dense row per + connector, grouped by what it does. Click a row's name for + the full page.