Skip to content

Commit

Permalink
Remove unnecessary 'key' prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jun 12, 2023
1 parent a970f80 commit 9adce28
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function BlockQuickNavigationItem( { clientId } ) {

return (
<Button
key={ clientId }
isPressed={ isSelected }
onClick={ () => selectBlock( clientId ) }
>
Expand Down

0 comments on commit 9adce28

Please sign in to comment.