Skip to content

Commit

Permalink
fix: missing key prop in RecordShowActionMenuButtons comp
Browse files Browse the repository at this point in the history
  • Loading branch information
harshrajeevsingh committed Dec 22, 2024
1 parent 2651379 commit ffdefdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const RecordShowActionMenuButtons = () => {
/>
) : (
<IconButton
key={index}
Icon={entry.Icon}
size="small"
variant="secondary"
Expand Down

0 comments on commit ffdefdf

Please sign in to comment.