From bb8b33c965977c9a95677eb94149d85232d10784 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Sun, 30 Aug 2026 14:30:44 +0200 Subject: [PATCH] style: run Prettier over the sidebar change The 'render the manifest page's sidebar alongside our own' commit landed unformatted, and quality / Frontend Check (format) has been red on development ever since: prettier --check "**/*.{js,ts,vue,css,scss}" [warn] src/App.vue Eight apps took the same change and eight went red together. This is prettier --write over the affected files and nothing else. Verified: npm run format exits 0. --- src/App.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index bb2e4832..1987ef14 100644 --- a/src/App.vue +++ b/src/App.vue @@ -43,9 +43,7 @@ - +