mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-12 13:23:15 +00:00
FIX: Frontend: Problème d'affichage quand il n'y a pas de parent au motif
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user