File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -193,25 +193,12 @@ const GraphsContainer: React.FC<GraphsContainerProps> = React.memo(props => {
193193 ) : (
194194 < div className = "graphs" >
195195 { chart === 'all' && < QueryContainer /> }
196- < < << << < HEAD
197- { chart . startsWith ( 'health_' ) && (
198- < HealthContainer
199- colourGenerator = { stringToColour }
200- sizing = "solo"
201- category = { chart . substring ( 7 ) }
202- />
203- ) }
204- { chart . startsWith ( 'event_' ) && (
205- < EventContainer colourGenerator = { stringToColour } sizing = "solo" />
206- ) }
207- = === ===
208196 { chart . startsWith ( 'health_' )
209197 // && (
210198 // <HealthContainer colourGenerator={stringToColour} sizing="solo" category={chart.substring(7)}/>
211199 // )
212200 }
213201 { chart . startsWith ( 'event_' ) && < EventContainer colourGenerator = { stringToColour } sizing = "solo" /> }
214- > >>> >>> dev
215202 { chart === 'docker' && < DockerChart /> }
216203 </ div >
217204 ) }
You can’t perform that action at this time.
0 commit comments