mirror of https://git.stjo.hn/planiverse
Fix sub-lists on notifications page
Created a new ul element for notifications that contain an embedded status.
This commit is contained in:
parent
52a9cf68cd
commit
a765bb5552
|
@ -7,7 +7,9 @@
|
|||
@endcomponent
|
||||
|
||||
@if ($notification['status'] ?? null !== null)
|
||||
@component('status', ['status' => $notification['status']])
|
||||
@endcomponent
|
||||
<ul>
|
||||
@component('status', ['status' => $notification['status']])
|
||||
@endcomponent
|
||||
</ul>
|
||||
@endif
|
||||
</article></li>
|
||||
|
|
Loading…
Reference in New Issue