refactor: refs #8813 removed unused class property
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
PAU ROVIRA ROSALENY 2024-12-18 09:26:13 +01:00
parent f2596f7197
commit 4ac5a603bb
1 changed files with 2 additions and 2 deletions

View File

@ -341,11 +341,11 @@ function claimUrl(section) {
</template>
<template #body="props">
<QTr :props="props">
<QTd v-for="col in props.cols" :key="col.name" :props="props" class="">
<QTd v-for="col in props.cols" :key="col.name" :props="props">
<span v-if="col.name != 'description'">{{
t(col.value)
}}</span>
<span class="link" v-if="col.name == 'description'">{{
<span class="link" v-if="col.name === 'description'">{{
t(col.value)
}}</span>
<ItemDescriptorProxy