You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{executiveOptionDisplay ? (<p>Not satisfied with the bot? <spanonClick={HanldeSwtichToExecutive}style={{textDecoration:"underline",cursor:"pointer"}}>click here to switch to an actual executive</span></p>): <></>}
158
+
{executiveOptionDisplay&&handler==="bot"? (<p>Not satisfied with the bot? <spanonClick={HanldeSwtichToExecutive}style={{textDecoration:"underline",cursor:"pointer"}}>click here to switch to an actual executive</span></p>): <></>}
155
159
</div>
156
160
): (
157
161
<divclassName="switch-text">
@@ -190,32 +194,35 @@ import TypingAnimation from "../../components/TypingAnimation";
190
194
<p>{chat.message}</p>
191
195
</li>
192
196
))}
197
+
{handler!=="bot" ? <listyle={{listStyle: "none",fontSize:"smaller",margin: "20px 0",textAlign:'center',opacity: "0.7"}}>Interacting with the Executive!</li> : <></>}
0 commit comments