This commit is contained in:
Valentyne Stigloher 2025-04-25 22:19:16 +02:00
parent f4c67bea9a
commit 3e847b695f

View File

@ -104,7 +104,7 @@ const rowHeaderCount = computed(() => {
<Spelling :text="section.header.short" /> <Spelling :text="section.header.short" />
</Tooltip> </Tooltip>
</template> </template>
<Spelling v-else :text="section.header.name" />> <Spelling v-else :text="section.header.name" />
</template> </template>
</th> </th>
<template v-if="rowHeaderCount >= 2"> <template v-if="rowHeaderCount >= 2">