pull/5370/head
lianahus 3 years ago
parent dd179262d0
commit 2aa45e37cf
  1. 2
      libs/remix-ui/vertical-icons-panel/src/lib/components/IconList.tsx

@ -12,7 +12,7 @@ interface OtherIconsProps {
function IconList ({ verticalIconsPlugin, itemContextAction, icons, theme }: OtherIconsProps) {
return (
<div className="" id="otherIcons">
<div id="otherIcons">
{
icons
.map(p => (

Loading…
Cancel
Save