We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a01af4 commit 3bb7a20Copy full SHA for 3bb7a20
redisinsight/ui/src/components/base/layout/sidebar/SideBarItemIcon.tsx
@@ -2,6 +2,6 @@ import React from 'react'
2
3
import { RiSideBarItemIconProps, StyledIcon } from './sidebar-item-icon.styles'
4
5
-export const SideBarItemIcon = ({ width, height, ...props }: RiSideBarItemIconProps) => (
6
- <StyledIcon {...props} width={width} height={height} />
+export const SideBarItemIcon = (props: RiSideBarItemIconProps) => (
+ <StyledIcon {...props} />
7
)
0 commit comments