diff --git a/resources/views/admin/basic-settings/discord-notifications/index.blade.php b/resources/views/admin/basic-settings/discord-notifications/index.blade.php index f1e54b0..d8317c7 100644 --- a/resources/views/admin/basic-settings/discord-notifications/index.blade.php +++ b/resources/views/admin/basic-settings/discord-notifications/index.blade.php @@ -344,7 +344,7 @@
- @if($isTypeInherited) + @if($isTypeInherited && !empty($effectiveNotifyTypes)) {{ __('Inherit Company') }} @endif
@@ -473,7 +473,7 @@

{{ __('Configured Alert Types') }}

- @if($isTypeInherited) + @if($isTypeInherited && !empty($effectiveNotifyTypes)) {{ __('Inherit Company') }} @endif