Skip to content

Commit

Permalink
Fixes lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi-PV committed Sep 13, 2024
1 parent 5613652 commit 2088e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/IconAIFixesButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const IconAIFixesButton = function( props ) {
unpressedBackground={ props.unpressedBackground }
id={ props.id }
aria-label={ props.ariaLabel }
aria-haspopup ={ props.ariaHasPopup }
aria-haspopup={ props.ariaHasPopup }
aria-pressed={ props.pressed }
pressedIconColor={ props.pressedIconColor }
className={ props.className }
Expand Down

0 comments on commit 2088e28

Please sign in to comment.