diff --git a/BillNote_frontend/src/pages/HomePage/components/MarkdownViewer.tsx b/BillNote_frontend/src/pages/HomePage/components/MarkdownViewer.tsx index 5407c28..a9e8d6a 100644 --- a/BillNote_frontend/src/pages/HomePage/components/MarkdownViewer.tsx +++ b/BillNote_frontend/src/pages/HomePage/components/MarkdownViewer.tsx @@ -221,7 +221,7 @@ const MarkdownViewer: FC = ({ status }) => {
{selectedContent && selectedContent !== 'loading' && selectedContent !== 'empty' ? ( <> - +
= ({ status }) => {
)} {showChat && currentTask && ( -
+
)}