Skip to content

Commit 44064c5

Browse files
committed
Fixa dubblerade rubriker i förvaltningsberättelse
1 parent 6eeaf8e commit 44064c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/edit/sections/EditForvaltningsberattelse.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const groupedBelopprader = groupPrepopulatedSection(belopprader, groups);
8787
:taxonomy-manager="taxonomyManager"
8888
/>
8989
<table v-else>
90-
<thead>
90+
<thead v-if="groupedBelopprader[groupIndex].length > 1">
9191
<tr>
9292
<th scope="col">
9393
<BaseEditBeloppradTitle

0 commit comments

Comments
 (0)