Fixed chat thought always showing
This commit is contained in:
parent
ca7d7cb19c
commit
b1a58a76b8
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export default function ChatMessage({
|
|||
{!chat.isSend ? (
|
||||
<div className="form-modal-chat-text-position">
|
||||
<div className="form-modal-chat-text">
|
||||
{hidden && (
|
||||
{hidden && chat.thought && chat.thought !== "" && (
|
||||
<div
|
||||
onClick={() => setHidden((prev) => !prev)}
|
||||
className="form-modal-chat-icon-div"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue