Skip to content

Commit 80422e8

Browse files
committed
resolved conflicts in graphscontainer
1 parent 4ec2cd9 commit 80422e8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/containers/GraphsContainer.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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
)}

0 commit comments

Comments
 (0)