diff --git a/client/components/ChatBot/index.js b/client/components/ChatBot/index.js index 4ec9d5f5..f015a514 100644 --- a/client/components/ChatBot/index.js +++ b/client/components/ChatBot/index.js @@ -282,7 +282,7 @@ const Chatbot = () => {
  • {/*show ONLY ONE (i) if either references or explanation exists*/ (ref && showReferenceIcon(hint) - || explanation && checkStringForExplanation(hint)) + || explanation && checkHintForExplanation(hint)) && ()} ))} @@ -327,7 +327,7 @@ const Chatbot = () => {
  • {(ref && showReferenceIcon(hint) - || explanation && checkStringForExplanation(hint)) + || explanation && checkHintForExplanation(hint)) && ()} ))}