Skip to content

Commit

Permalink
Merge pull request #49 from newfold-labs/add/integrate-rag-model
Browse files Browse the repository at this point in the history
Integrate RAG Model
  • Loading branch information
abhijitb authored Aug 21, 2024
2 parents 7baca4b + 465b6bc commit 8fede99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/ResultContent.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { __ } from '@wordpress/i18n';
//
import Feedback from './Feedback';
import NoResults from './NoResults';
Expand All @@ -17,9 +16,6 @@ export const ResultContent = ( {
if ( content && content.length > 0 ) {
return (
<>
<h4>
{ __( 'Follow these steps:', 'wp-module-help-center' ) }
</h4>
<p dangerouslySetInnerHTML={ { __html: content } } />
{ showFeedbackSection && content && content.length > 0 && (
<Feedback postId={ postId } source={ source } />
Expand Down

0 comments on commit 8fede99

Please sign in to comment.