Skip to content

Commit

Permalink
Fix JS lint error (WordPress#61380)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored May 5, 2024
1 parent 3bed311 commit 9a55d78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function Variation( { variation, children, isPill } ) {
onBlur={ () => setIsFocused( false ) }
>
<div
className={ classnames(
className={ clsx(
'edit-site-global-styles-variations_item-preview',
{ 'is-pill': isPill }
) }
Expand Down
1 change: 0 additions & 1 deletion packages/interactivity-router/src/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*
* @async
* @param {Array} newHead The head elements of the new page.
*
*/
export const updateHead = async ( newHead ) => {
// Helper to get the tag id store in the cache.
Expand Down

0 comments on commit 9a55d78

Please sign in to comment.