feat(app): lint & beautify

This commit is contained in:
ItzCrazyKns
2025-10-02 17:17:52 +05:30
parent 8b588824f2
commit 37317992b4
2 changed files with 1 additions and 4 deletions

View File

@@ -69,9 +69,7 @@ const MessageBox = ({
return (
<div className="space-y-6">
<div
className={'w-full pt-8 break-words'}
>
<div className={'w-full pt-8 break-words'}>
<h2 className="text-black dark:text-white font-medium text-3xl lg:w-9/12">
{section.userMessage.content}
</h2>

View File

@@ -453,7 +453,6 @@ class MetaSearchAgent implements MetaSearchAgentType {
event.event === 'on_chain_end' &&
event.name === 'FinalSourceRetriever'
) {
``;
emitter.emit(
'data',
JSON.stringify({ type: 'sources', data: event.data.output }),