diff --git a/resources/views/partials/topbar.blade.php b/resources/views/partials/topbar.blade.php index a9cb1f1..17e9393 100644 --- a/resources/views/partials/topbar.blade.php +++ b/resources/views/partials/topbar.blade.php @@ -11,19 +11,6 @@ @include('partials.mobile-topbar-title', ['heading' => $heading ?? null]) - @if (auth()->check() && app(\App\Services\Meet\MeetPermissions::class)->can( - app(\App\Services\Meet\OrganizationResolver::class)->memberFor(auth()->user()), 'meetings.view')) -
- @endif