FIX [rendering] adjust vue components to correctly render profession string

This commit is contained in:
2023-02-22 17:56:28 +01:00
committed by Julien Fastré
parent bea839663f
commit e50b02a8c7
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="container tpartycontainer">
<div class="tparty-identification">
<span v-if="item.result.profession" class="profession">{{ item.result.profession.name.fr }}</span>
<span v-if="item.result.profession" class="profession">{{ item.result.profession }}</span>
<span class="name">
{{ item.result.text }}&nbsp;
</span>