Merge pull request 'refactor: refs #8326 conditionally render vn-card-content based on advancedSummary' (!1668) from 8326-warmfix-preventNull into test
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #1668 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
daa3289b58
|
@ -94,7 +94,7 @@ onBeforeMount(async () => {
|
|||
</template>
|
||||
</VnLv>
|
||||
</div>
|
||||
<div class="vn-card-content">
|
||||
<div class="vn-card-content" v-if="advancedSummary">
|
||||
<VnLv
|
||||
:label="t('worker.summary.fiDueDate')"
|
||||
:value="toDate(advancedSummary.fiDueDate)"
|
||||
|
|
Loading…
Reference in New Issue