From f5043fe730cb40ab0f0f554f459f07e22138b106 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Tue, 1 Sep 2026 07:26:23 +0200 Subject: [PATCH] style(dashboard): satisfy prettier on CatalogPanels The Frontend Check (format) job went red on development after the KPI tiles landed: restructuring the template when the file moved out of views/Dashboard.vue left three lines prettier disagrees with. Whitespace only, no behaviour change. Caught because 'npm run lint' and 'prettier --check' are SEPARATE gates here - eslint exited 0 throughout. --- src/components/CatalogPanels.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/CatalogPanels.vue b/src/components/CatalogPanels.vue index 3b8c0095..457040c2 100644 --- a/src/components/CatalogPanels.vue +++ b/src/components/CatalogPanels.vue @@ -5,9 +5,9 @@

Beheer van Organisaties

Organisaties kunnen worden geaccepteerd en beheerd via de - organisaties pagina. Het aanmaken en bewerken van gebruikers - gaat ook via de organisatie pagina, omdat deze onderdeel zijn - van organisaties. + organisaties pagina. Het aanmaken en bewerken van gebruikers gaat + ook via de organisatie pagina, omdat deze onderdeel zijn van + organisaties.

@@ -171,7 +171,6 @@ export default { }, computed: { - /** * Get object statistics for the table display *