diff --git a/packages/editor/src/components/post-title/index.native.js b/packages/editor/src/components/post-title/index.native.js index b85d7f2340b9cb..0e4f50dbd37798 100644 --- a/packages/editor/src/components/post-title/index.native.js +++ b/packages/editor/src/components/post-title/index.native.js @@ -2,6 +2,7 @@ * External dependencies */ import { View } from 'react-native'; +import { isEmpty } from 'lodash'; /** * WordPress dependencies @@ -12,6 +13,7 @@ import { decodeEntities } from '@wordpress/html-entities'; import { withDispatch } from '@wordpress/data'; import { withFocusOutside } from '@wordpress/components'; import { withInstanceId, compose } from '@wordpress/compose'; +import { __, sprintf } from '@wordpress/i18n'; /** * Internal dependencies @@ -70,7 +72,11 @@ class PostTitle extends Component { const borderColor = this.state.isSelected ? focusedBorderColor : 'transparent'; return ( - +