diff --git a/frontend/src/NewApp/Components/Conversation.css b/frontend/src/NewApp/Components/Conversation.css index 1144a2f..a625838 100644 --- a/frontend/src/NewApp/Components/Conversation.css +++ b/frontend/src/NewApp/Components/Conversation.css @@ -10,5 +10,6 @@ margin: 0 auto; overflow-y: auto; height: 100%; + justify-content: center; } diff --git a/frontend/src/NewApp/Components/Conversation.tsx b/frontend/src/NewApp/Components/Conversation.tsx index 9035eff..60d1ba4 100644 --- a/frontend/src/NewApp/Components/Conversation.tsx +++ b/frontend/src/NewApp/Components/Conversation.tsx @@ -366,7 +366,7 @@ const Conversation = forwardRef((props: C // ...sx // }} // > - + { filteredConversation.map((message, index) => diff --git a/frontend/src/NewApp/Pages/GenerateCandidate.tsx b/frontend/src/NewApp/Pages/GenerateCandidate.tsx index c8b7c13..ecfbe0f 100644 --- a/frontend/src/NewApp/Pages/GenerateCandidate.tsx +++ b/frontend/src/NewApp/Pages/GenerateCandidate.tsx @@ -185,7 +185,7 @@ const GenerateCandidate = (props: BackstoryElementProps) => { sessionId, connectionBase, onComplete: (msg) => { - console.log("Profile generation response:", msg); + // console.log("Profile generation response:", msg); switch (msg.status) { case "partial": case "done":