mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
newest-first hide-notification-options
This commit is contained in:
@@ -205,7 +205,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="my-4">
|
<div class="my-4">
|
||||||
<livewire:comments :model="$bookCase"/>
|
<livewire:comments :model="$bookCase" newest-first hide-notification-options/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
</figure>
|
</figure>
|
||||||
<div class="hidden md:block my-4">
|
<div class="hidden md:block my-4">
|
||||||
@if(auth()->check())
|
@if(auth()->check())
|
||||||
<livewire:comments :model="$libraryItem" newest-first/>
|
<livewire:comments :model="$libraryItem" newest-first hide-notification-options/>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user