Skip to content

Commit

Permalink
happy lint happy life
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 17, 2025
1 parent 4d10b09 commit f2fb3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public static function assets( $hook ) {
\wp_register_script(
'react-jsx-runtime',
'@react/jsx-runtime.js',
[ 'react' ],
array( 'react' ),
'18.3.0',
true
);
Expand Down

0 comments on commit f2fb3d9

Please sign in to comment.