import React from 'react' import { connect } from 'react-redux' import cn from 'classnames' import stl from './widgetHolder.module.css' import LazyLoad from 'react-lazyload'; const WidgetHolder = props => { const { comparing, Component, period, periodCompare, fullWidth = false } = props; const showSync = comparing && period.rangeName === periodCompare.rangeName; return (