Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Oct 17, 2024
1 parent e4dd458 commit 2effac9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function viewsForm(&$form, FormStateInterface $form_state) {
}

// Removed delete option for approver role.
if ($current_user) {
if ($current_user) {
$roles = $current_user->getRoles();
if (
in_array('approver', $roles) &&
Expand All @@ -98,4 +98,5 @@ public function viewsForm(&$form, FormStateInterface $form_state) {
}
}
}

}

0 comments on commit 2effac9

Please sign in to comment.