Update job-queue-notifications.blade.php

This commit is contained in:
Bozhidar 2024-09-27 10:57:25 +03:00
parent d2e9dc8c37
commit a2c83d02a8

View file

@ -1,6 +1,6 @@
<div> <div>
@if(auth()->id()) {{-- @if(auth()->id())
<script> <script>
let hiddenJobQueueNotifications = []; let hiddenJobQueueNotifications = [];
@ -46,5 +46,5 @@
@endforeach @endforeach
</div> </div>
@endif @endif--}}
</div> </div>