/* eslint-disable react/prop-types */ import React from 'react'; import { Segment } from 'semantic-ui-react'; import { connect } from 'react-redux'; import GraphStatsContainer from './GraphStatsContainer'; import AnswersListComponent from './AnswersListComponent'; const KendraAnswersArea = ({ linkClicked }) => (