Skip to content

Commit 9d53540

Browse files
committed
merge
1 parent f348297 commit 9d53540

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/app/components/PerformanceVisx.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,6 @@ const PerformanceVisx = (props: BarStackProps) => {
204204
}
205205
label="Component Details"
206206
/>
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-
=======
216207
<FormControlLabel
217208
style={{ marginLeft: '30px', marginTop: '0px' }}
218209
control={
@@ -251,7 +242,6 @@ const PerformanceVisx = (props: BarStackProps) => {
251242
} */}
252243
{currentView()}
253244
</div>
254-
>>>>>>> 0f97009ab7f54519912a8097347f4b2e964549cb
255245
</div>
256246
);
257247
};

0 commit comments

Comments
 (0)