mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-10-14 11:38:14 +00:00
feat(app): lint & beautify
This commit is contained in:
@@ -69,9 +69,7 @@ const MessageBox = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div
|
<div className={'w-full pt-8 break-words'}>
|
||||||
className={'w-full pt-8 break-words'}
|
|
||||||
>
|
|
||||||
<h2 className="text-black dark:text-white font-medium text-3xl lg:w-9/12">
|
<h2 className="text-black dark:text-white font-medium text-3xl lg:w-9/12">
|
||||||
{section.userMessage.content}
|
{section.userMessage.content}
|
||||||
</h2>
|
</h2>
|
||||||
|
@@ -453,7 +453,6 @@ class MetaSearchAgent implements MetaSearchAgentType {
|
|||||||
event.event === 'on_chain_end' &&
|
event.event === 'on_chain_end' &&
|
||||||
event.name === 'FinalSourceRetriever'
|
event.name === 'FinalSourceRetriever'
|
||||||
) {
|
) {
|
||||||
``;
|
|
||||||
emitter.emit(
|
emitter.emit(
|
||||||
'data',
|
'data',
|
||||||
JSON.stringify({ type: 'sources', data: event.data.output }),
|
JSON.stringify({ type: 'sources', data: event.data.output }),
|
||||||
|
Reference in New Issue
Block a user