Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Arukuen committed Sep 11, 2024
1 parent 0083aff commit 7b7ac5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/icon-search-popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ const IconSearchPopover = props => {
const fr = new FileReader()
fr.onload = function( e ) {
setIsDropping( false )
// Only add suffix for uploaded custom icons.
const svgString = cleanSvgString( addCustomIconClass( e.target.result ) )
props.onChange( svgString )
props.onClose()
Expand Down

0 comments on commit 7b7ac5a

Please sign in to comment.