This repository was archived by the owner on May 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @rsksmart/rif-ui" ,
3- "version" : " 0.5.4 " ,
3+ "version" : " 0.5.5 " ,
44 "description" : " Exposes common components to be re used in RIF projects" ,
55 "keywords" : [
66 " RIF" ,
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ const HeaderDesktop: FC<HeaderProps> = ({
9393 ! ! itemsEnd ?. length
9494 && itemsEnd . map ( ( { icon, ...rest } : ActionHeaderItemProps ) => (
9595 < ListItemIcon
96- key = { icon . key }
9796 className = { classes . itemsEnd }
9897 { ...rest }
9998 >
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ const HeaderMobile: FC<HeaderProps> = ({
124124 && itemsEnd
125125 . map ( ( { icon, ...rest } : ActionHeaderItemProps ) => (
126126 < ListItemIcon
127- key = { icon . key }
128127 className = { classes . itemsEnd }
129128 { ...rest }
130129 >
Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ export type NavHeaderItemProps = {
1717
1818export type ActionHeaderItemProps = {
1919 icon : ReactElement
20+ key ?: string
2021} & Partial < HTMLAttributes < HTMLElement > >
You can’t perform that action at this time.
0 commit comments