Skip to content

Commit

Permalink
Fixes a linting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Jan 17, 2019
1 parent e54d5b9 commit 7f05b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-title/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { TextInput } from 'react-native';
*/
import { Component } from '@wordpress/element';
import { decodeEntities } from '@wordpress/html-entities';
import { withSelect, withDispatch } from '@wordpress/data';
import { withDispatch } from '@wordpress/data';
import { withFocusOutside } from '@wordpress/components';
import { withInstanceId, compose } from '@wordpress/compose';

Expand Down

0 comments on commit 7f05b9c

Please sign in to comment.