Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary 'key' prop
  • Loading branch information
Mamaduka committed Jun 12, 2023
commit 9adce2805fded839414b3b2b07a837eda4beae0b
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function BlockQuickNavigationItem( { clientId } ) {

return (
<Button
key={ clientId }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A small clean-up.

isPressed={ isSelected }
onClick={ () => selectBlock( clientId ) }
>
Expand Down