Skip to content

Commit 540756b

Browse files
committed
cleanup
1 parent 952c8e8 commit 540756b

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-ui/vertical-icons-panel/src/lib/components

1 file changed

+1
-1
lines changed

libs/remix-ui/vertical-icons-panel/src/lib/components/IconList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface OtherIconsProps {
1212

1313
function IconList ({ verticalIconsPlugin, itemContextAction, icons, theme }: OtherIconsProps) {
1414
return (
15-
<div className="" id="otherIcons">
15+
<div id="otherIcons">
1616
{
1717
icons
1818
.map(p => (

0 commit comments

Comments
 (0)