Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hotelling committed Feb 23, 2021
1 parent ce5659c commit edd5786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/navigation-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ export default function NavigationLinkEdit( {
<div className="wp-block-navigation-link__placeholder-text">
<KeyboardShortcuts
shortcuts={ {
enter: () => isSelected && setIsLinkOpen( true ),
enter: () =>
isSelected && setIsLinkOpen( true ),
} }
/>
{ missingText }
Expand Down

0 comments on commit edd5786

Please sign in to comment.