diff --git a/resources/views/livewire/source/github/change.blade.php b/resources/views/livewire/source/github/change.blade.php index b1f0cf709..932e352f3 100644 --- a/resources/views/livewire/source/github/change.blade.php +++ b/resources/views/livewire/source/github/change.blade.php @@ -13,9 +13,15 @@ @endif - - This source will be deleted. It is not reversible.
Please think again. -
+ @if ($applications->count() > 0) + + This source will be deleted. It is not reversible.
Please think again. +
+ @else + + This source will be deleted. It is not reversible.
Please think again. +
+ @endif
Your Private GitHub App for private repositories.