diff --git a/web/src/App.tsx b/web/src/App.tsx index 92a62f6e..043b668c 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -49,7 +49,7 @@ export const App: React.FC = React.memo(() => { return (
diff --git a/web/src/components/ChatBox/index.tsx b/web/src/components/ChatBox/index.tsx index e65225d8..1ba671c0 100644 --- a/web/src/components/ChatBox/index.tsx +++ b/web/src/components/ChatBox/index.tsx @@ -50,7 +50,7 @@ export const ChatBox: React.FC = React.memo((props) => { } return ( -
+
{ if (loading) { return ( -
+
);