Skip to content

Commit

Permalink
ESLint: Fix minor ESLint warning in LinkUI (#46161)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla authored Nov 29, 2022
1 parent fc710f9 commit a0822c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/navigation-link/link-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export function getSuggestionsQuery( type, kind ) {
/**
* Add transforms to Link Control
*
* @param {Object} props Component props.
* @param {string} props.clientId Block client ID.
* @param {Object} props Component props.
* @param {string} props.clientId Block client ID.
*/
function LinkControlTransforms( { clientId } ) {
const { getBlock, blockTransforms } = useSelect(
Expand Down

0 comments on commit a0822c5

Please sign in to comment.