Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Jul 26, 2023
1 parent a705ded commit ea2a85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PostPicker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There are several `PostPicker` controls.

## `PostPickerButton`

```
```jsx
import { PostPickerButton } from '@humanmade/block-editor-components';

...
Expand Down
2 changes: 1 addition & 1 deletion src/components/PostPicker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export function PostPickerModal( props ) {
/**
* Post picker toolbar button.
*
* @param props Component props.
* @param {object} props Props.
* @returns {ReactNode} Component
*/
export function PostPickerToolbarButton( props ) {
Expand Down

0 comments on commit ea2a85b

Please sign in to comment.