diff --git a/resources/views/livewire/project/application/advanced.blade.php b/resources/views/livewire/project/application/advanced.blade.php
index bd5f5b1e8..907500dfa 100644
--- a/resources/views/livewire/project/application/advanced.blade.php
+++ b/resources/views/livewire/project/application/advanced.blade.php
@@ -13,12 +13,10 @@
helper="Allow to automatically deploy Preview Deployments for all opened PR's.
Closing a PR will delete Preview Deployments."
instantSave id="isPreviewDeploymentsEnabled" label="Preview Deployments" canGate="update"
:canResource="$application" />
- @if ($isPreviewDeploymentsEnabled)
-
- @endif
+
@endif