Commit 01adc298 authored by tizah's avatar tizah

removed old staticAnalysis from remix-project

parent 68e41a9a
...@@ -98,8 +98,8 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { ...@@ -98,8 +98,8 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
run(data, source, file) run(data, source, file)
} }
} }
) }
} )
} }
return () => { } return () => { }
}, [autoRun, categoryIndex, state]) }, [autoRun, categoryIndex, state])
...@@ -326,10 +326,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { ...@@ -326,10 +326,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
<div className="analysis_3ECCBV px-3 pb-1"> <div className="analysis_3ECCBV px-3 pb-1">
<div className="my-2 d-flex flex-column align-items-left"> <div className="my-2 d-flex flex-column align-items-left">
<div className="d-flex justify-content-between" id="staticanalysisButton"> <div className="d-flex justify-content-between" id="staticanalysisButton">
<<<<<<< HEAD
<div className="d-flex justify-content-between"> <div className="d-flex justify-content-between">
=======
>>>>>>> 691f449c6 (fix editor highlighter)
<RemixUiCheckbox <RemixUiCheckbox
id="checkAllEntries" id="checkAllEntries"
inputType="checkbox" inputType="checkbox"
......
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