FIX: Frontend: Problème d'affichage quand il n'y a pas de parent au motif

This commit is contained in:
Boris Waaub
2025-12-09 11:15:50 +01:00
parent d3d2c06348
commit c92467b284

View File

@@ -3,13 +3,7 @@
<div class="card-body">
<div class="wrap-header">
<div class="row align-items-top">
<div
v-if="
null !== ticket.currentMotive &&
null !== ticket.currentMotive.parent
"
class="col-6"
>
<div class="col-6">
<div class="small text-muted">
{{ motiveHierarchyLabel(ticket.currentMotive) }}
</div>