From 01bb8d8c9a0df905041c2c9c493962e596b2a680 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 31 Jan 2024 10:48:23 -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 fa611afe85bb..3b4a9e0afe35 100644 --- a/app/Http/Livewire/SlackSettingsForm.php +++ b/app/Http/Livewire/SlackSettingsForm.php @@ -106,7 +106,7 @@ public function updatedWebhookSelected() { $this->isDisabled= ''; $this->save_button = trans('general.save'); } - if($this->webhook_selected == 'microsoft' ||$this->webhook_selected == 'google'){ + if($this->webhook_selected == 'microsoft' || $this->webhook_selected == 'google'){ $this->webhook_channel = 'NA'; }