mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
auth()->check()
This commit is contained in:
@@ -79,7 +79,9 @@
|
||||
</figcaption>
|
||||
</figure>
|
||||
<div class="hidden md:block my-4">
|
||||
<livewire:comments :model="$libraryItem" newest-first/>
|
||||
@if(auth()->check())
|
||||
<livewire:comments :model="$libraryItem" newest-first/>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -141,7 +143,7 @@
|
||||
|
||||
@if($libraryItem->type === 'youtube_video')
|
||||
<div class="my-12">
|
||||
<x-embed :url="$libraryItem->value" />
|
||||
<x-embed :url="$libraryItem->value"/>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user