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>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<div class="hidden md:block my-4">
|
<div class="hidden md:block my-4">
|
||||||
|
@if(auth()->check())
|
||||||
<livewire:comments :model="$libraryItem" newest-first/>
|
<livewire:comments :model="$libraryItem" newest-first/>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,7 +143,7 @@
|
|||||||
|
|
||||||
@if($libraryItem->type === 'youtube_video')
|
@if($libraryItem->type === 'youtube_video')
|
||||||
<div class="my-12">
|
<div class="my-12">
|
||||||
<x-embed :url="$libraryItem->value" />
|
<x-embed :url="$libraryItem->value"/>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user