Skip to content

Commit f5043fe

Browse files
committed
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.
1 parent 26d1854 commit f5043fe

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/components/CatalogPanels.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<h3 class="infoBoxTitle">Beheer van Organisaties</h3>
66
<p class="infoBoxText">
77
Organisaties kunnen worden geaccepteerd en beheerd via de
8-
organisaties pagina. Het aanmaken en bewerken van gebruikers
9-
gaat ook via de organisatie pagina, omdat deze onderdeel zijn
10-
van organisaties.
8+
organisaties pagina. Het aanmaken en bewerken van gebruikers gaat
9+
ook via de organisatie pagina, omdat deze onderdeel zijn van
10+
organisaties.
1111
</p>
1212
<div class="infoBoxActions">
1313
<NcButton variant="primary" @click="navigateToOrganizations">
@@ -171,7 +171,6 @@ export default {
171171
},
172172
173173
computed: {
174-
175174
/**
176175
* Get object statistics for the table display
177176
*

0 commit comments

Comments
 (0)