diff --git a/packages/block-editor/src/components/tool-selector/index.js b/packages/block-editor/src/components/tool-selector/index.js index 9fc634f6e61042..54b4d2b75126cd 100644 --- a/packages/block-editor/src/components/tool-selector/index.js +++ b/packages/block-editor/src/components/tool-selector/index.js @@ -13,8 +13,8 @@ import { __ } from '@wordpress/i18n'; import { useSelect, useDispatch } from '@wordpress/data'; import { ifViewportMatches } from '@wordpress/viewport'; -const editIcon = ; -const selectIcon = ; +const editIcon = ; +const selectIcon = ; function ToolSelector() { const isNavigationTool = useSelect( ( select ) => select( 'core/block-editor' ).isNavigationMode() );