Counselllor / Counsellor-Web

Validation of JSX maximum depth JS-0415
Anti-pattern
Minor
1 occurrence in this check
JSX tree is too deeply nested. Found 6 levels of nesting
18
19const Terms = () => {
20  return (
21    <div>22      <div className="terms-container">
23      <Breadcrumb />
24        <div className="contents">