Commit f6f279c2 authored by tizah's avatar tizah

remove className staticAnalysisView and added id = staticanalysisView

parent 8d2c9124
...@@ -313,7 +313,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { ...@@ -313,7 +313,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
return ( return (
<div style={{ marginLeft: '10px', marginRight: '10px' }}> <div style={{ marginLeft: '10px', marginRight: '10px' }}>
<div className="my-2 d-flex flex-column align-items-left"> <div className="my-2 d-flex flex-column align-items-left">
<div className="staticanalysisView d-flex justify-content-between"> <div className="d-flex justify-content-between" id='staticanalysisView'>
<div > <div >
<CheckBox <CheckBox
id="checkAllEntries" id="checkAllEntries"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment