Skip to content

Commit

Permalink
fix wpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed Apr 18, 2024
1 parent 2ba3f08 commit cbdf1c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/captcha/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ public function check_is_container_exist( array $blocks ): array {

$current->set_exist_container(
! empty(
Block_Helper::find_by_block_name(
$blocks,
'jet-forms/captcha-container'
)
Block_Helper::find_by_block_name(
$blocks,
'jet-forms/captcha-container'
)
)
);

Expand Down

0 comments on commit cbdf1c5

Please sign in to comment.