import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { Trans, withNamespaces } from 'react-i18next'; import { getSourceData } from '../../helpers/trackers/trackers'; import { captitalizeWords } from '../../helpers/helpers'; import './Popover.css'; class Popover extends Component { render() { const { data } = this.props; const sourceData = getSourceData(data); const source = (