step rendering improvements

This commit is contained in:
vabene1111
2022-01-18 15:09:51 +01:00
parent 7ff7d157dc
commit b382ab9024
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
<!-- eslint-disable vue/no-v-for-template-key-on-child -->
<template v-for="s in steps" >
<tr v-bind:key="s.id" v-if="s.show_as_header && s.name !== ''">
<td colspan="5" @click="done">
<td colspan="5">
<b>{{ s.name }}</b>
</td>
</tr>