Skip to content

Commit

Permalink
style: fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Oct 8, 2023
1 parent da25057 commit ada8d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/extensions/src/hooks/use-icon-effect.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const IconComponent = ({ el, iconNode, position }) => {
}
};

/* eslint-disable no-unused-expressions */
iconElement &&
iconElement.addEventListener('keydown', handleKeyDownEvent);

Expand Down

0 comments on commit ada8d9f

Please sign in to comment.