Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Godmartinz committed Jan 31, 2024
1 parent f452204 commit 01bb8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Livewire/SlackSettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down

0 comments on commit 01bb8d8

Please sign in to comment.