Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Apr 13, 2018
1 parent 7e56148 commit 6d3960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/post-title/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class PostTitle extends Component {
const applyWithSelect = withSelect( ( select ) => {
const { getEditedPostAttribute } = select( 'core/editor' );
const { getPostType } = select( 'core' );
const postType = getPostType( getEditedPostAttribute( 'type' ) )
const postType = getPostType( getEditedPostAttribute( 'type' ) );

return {
title: getEditedPostAttribute( 'title' ),
Expand Down

0 comments on commit 6d3960f

Please sign in to comment.