Removed redundant chatbot rendering
This commit is contained in:
parent
3934e59369
commit
bfb7299deb
@ -340,23 +340,6 @@ const memoizedCareerSuggestions = useMemo(() => filteredCareers, [filteredCareer
|
||||
}}
|
||||
>
|
||||
|
||||
<div className="chatbot-widget">
|
||||
<Chatbot
|
||||
context={{
|
||||
careerSuggestions,
|
||||
riaSecScores,
|
||||
selectedCareer,
|
||||
schools,
|
||||
salaryData,
|
||||
economicProjections,
|
||||
tuitionData,
|
||||
userState,
|
||||
areaTitle,
|
||||
userZipcode,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Career results and RIASEC scores are provided by
|
||||
<a href="https://www.onetcenter.org" target="_blank" rel="noopener noreferrer"> O*Net</a>, in conjunction with the
|
||||
|
Loading…
Reference in New Issue
Block a user