File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -204,15 +204,6 @@ const PerformanceVisx = (props: BarStackProps) => {
204
204
}
205
205
label = "Component Details"
206
206
/>
207
- < < << << < HEAD
208
- { /* <button onClick={toggleView}>Toggle Button</button> */ }
209
- < div style = { { "display" : "flex" , "justifyContent" : "center" } } >
210
- { isToggled === 'frequencyCards'
211
- ? < RenderingFrequency data = { data . componentData } />
212
- : < BarGraph data = { data } width = { width } height = { height } />
213
- }
214
- </ div >
215
- =======
216
207
< FormControlLabel
217
208
style = { { marginLeft : '30px' , marginTop : '0px' } }
218
209
control = {
@@ -251,7 +242,6 @@ const PerformanceVisx = (props: BarStackProps) => {
251
242
} */ }
252
243
{ currentView ( ) }
253
244
</ div >
254
- >>> >>> > 0 f97009ab7f54519912a8097347f4b2e964549cb
255
245
</ div >
256
246
) ;
257
247
} ;
You can’t perform that action at this time.
0 commit comments