mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
fix: else text corrected
This commit is contained in:
@@ -101,7 +101,7 @@ export default function Conversation() {
|
||||
ref={endMessageRef}
|
||||
className={`${index === queries.length - 1 ? 'mb-32' : 'mb-7'}`}
|
||||
key={`${index}ANSWER`}
|
||||
message={trimmedResponse.length > 0 ? trimmedResponse : 'No answer found.x'}
|
||||
message={trimmedResponse.length > 0 ? trimmedResponse : 'No answer found.'}
|
||||
type={'ANSWER'}
|
||||
sources={query.sources}
|
||||
feedback={query.feedback}
|
||||
|
||||
Reference in New Issue
Block a user