1
0

Fix: Distribution display

This commit is contained in:
Richard Dern 2024-04-27 08:15:16 +02:00
parent a8fd8eece1
commit c9f783cd3c

View File

@ -7,7 +7,7 @@
<div>
@foreach($data as $type => $roles)
@if(!is_numeric($type))
@if($type === 'Nom du rôle du personnage')
@if($type === 'Nom du rôle du personnage' || $type === 'Rôle')
@foreach($roles as $rtype => $role)
<p>{{ $role }}</p>
@endforeach