diff --git a/src/components/ResultContent.js b/src/components/ResultContent.js index 987a86b..894e0ca 100644 --- a/src/components/ResultContent.js +++ b/src/components/ResultContent.js @@ -1,4 +1,3 @@ -import { __ } from '@wordpress/i18n'; // import Feedback from './Feedback'; import NoResults from './NoResults'; @@ -17,9 +16,6 @@ export const ResultContent = ( { if ( content && content.length > 0 ) { return ( <> -

- { __( 'Follow these steps:', 'wp-module-help-center' ) } -

{ showFeedbackSection && content && content.length > 0 && (