From a876703f8f7675d55674f3c8e714cb159597dcdc Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 31 Jan 2024 10:48:48 -0800 Subject: [PATCH] spacing --- app/Http/Livewire/SlackSettingsForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/SlackSettingsForm.php b/app/Http/Livewire/SlackSettingsForm.php index 3b4a9e0afe..c971236d52 100644 --- a/app/Http/Livewire/SlackSettingsForm.php +++ b/app/Http/Livewire/SlackSettingsForm.php @@ -79,7 +79,7 @@ class SlackSettingsForm extends Component $this->webhook_channel = $this->setting->webhook_channel; $this->webhook_botname = $this->setting->webhook_botname; $this->webhook_options = $this->setting->webhook_selected; - if($this->webhook_selected == 'microsoft' ||$this->webhook_selected == 'google'){ + if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){ $this->webhook_channel = 'NA'; }