Skip to content

Commit

Permalink
because of style
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Jan 29, 2024
1 parent c69230e commit 535229a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/PasswordWithReveal.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static function onLoadJs($id, $options)

public static function onLoadJsData($id, $options)
{
return $options['toggle-selector'] ?? 'PasswordRevealer-trigger-'.$id;
return $options['toggle-selector'] ?? 'PasswordRevealer-trigger-' . $id;
}

public static function js($id, $options)
Expand Down

0 comments on commit 535229a

Please sign in to comment.