Fix conflicts

pull/10616/head
Andrew Watkins 2018-04-09 20:07:32 -07:00
parent 790834fe01
commit 2d0342d62d
1 changed files with 0 additions and 7 deletions

View File

@ -101,9 +101,6 @@ const RefreshingGraph = ({
cellHeight={cellHeight}
resizeCoords={resizeCoords}
tableOptions={tableOptions}
hoverTime={hoverTime}
inView={inView}
setDataLabels={setDataLabels}
resizerTopHeight={resizerTopHeight}
handleSetHoverTime={handleSetHoverTime}
/>
@ -162,12 +159,8 @@ RefreshingGraph.propTypes = {
cellID: string,
inView: bool,
tableOptions: shape({}),
<<<<<<< HEAD
=======
setDataLabels: func,
hoverTime: string.isRequired,
handleSetHoverTime: func.isRequired,
>>>>>>> Fix crosshair hovering performance issue
}
RefreshingGraph.defaultProps = {