diff --git a/src/components/icon-search-popover/index.js b/src/components/icon-search-popover/index.js index 2272ea66b..272e81302 100644 --- a/src/components/icon-search-popover/index.js +++ b/src/components/icon-search-popover/index.js @@ -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()