Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 497b8c0

Browse files
committed
fix(header): adds optional key for action items
1 parent d4046ed commit 497b8c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/organisms/Header/HeaderProps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ export type NavHeaderItemProps = {
1717

1818
export type ActionHeaderItemProps = {
1919
icon: ReactElement
20+
key?: string
2021
} & Partial<HTMLAttributes<HTMLElement>>

0 commit comments

Comments
 (0)