{stepTwoSuggestionOptions.length == 0 &&
stepOneSuggestionOptions.map((suggestion, index) => (
{
if (props.isLoggedIn) {
clickStepOneSuggestion(suggestion);
@@ -364,7 +349,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
@@ -384,7 +369,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
{selectedStepOneSuggestion && (
{
setSelectedStepOneSuggestion(null);
@@ -395,7 +380,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
)}
{stepTwoSuggestionOptions.length > 0 && (
{stepTwoSuggestionOptions.map((suggestion, index) => (