diff --git a/resources/views/livewire/project/shared/environment-variable/add.blade.php b/resources/views/livewire/project/shared/environment-variable/add.blade.php
index cd4c09195..7c9fa711b 100644
--- a/resources/views/livewire/project/shared/environment-variable/add.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/add.blade.php
@@ -9,7 +9,7 @@
@if (!$shared)
@endif
diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php
index 0b5e767c0..1cb2f222c 100644
--- a/resources/views/livewire/project/shared/environment-variable/show.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php
@@ -55,7 +55,7 @@ class="font-bold dark:text-warning text-coollabs">{{ $env->key }}.
@if ($env->is_shared)
@else
@if ($isSharedVariable)
@@ -65,7 +65,7 @@ class="font-bold dark:text-warning text-coollabs">{{ $env->key }}.
@if (!data_get($env, 'is_multiline'))
@endif
@endif