diff --git a/resources/views/livewire/project/shared/environment-variable/show-hardcoded.blade.php b/resources/views/livewire/project/shared/environment-variable/show-hardcoded.blade.php index 84d03c0fe..5492d33f9 100644 --- a/resources/views/livewire/project/shared/environment-variable/show-hardcoded.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show-hardcoded.blade.php @@ -28,7 +28,10 @@ class="env-key-label min-w-0 truncate text-left font-mono text-[13px] text-black - - - -
+
+ @unless (auth()->user()?->isMember() ?? true) + + @endunless