mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-11-15 17:21:38 +03:00
Fix invalid merge
This commit is contained in:
parent
17f775db0a
commit
76fff61609
|
|
@ -187,7 +187,7 @@ export function EditorRSExpression({
|
|||
isModified={isModified}
|
||||
activeCst={activeCst}
|
||||
parseData={parseData}
|
||||
onAnalyze={handleCheckExpression}
|
||||
onAnalyze={() => handleCheckExpression()}
|
||||
/>
|
||||
|
||||
<RSInput
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ interface StatusBarProps {
|
|||
|
||||
export function StatusBar({ className, isModified, processing, activeCst, parseData, onAnalyze }: StatusBarProps) {
|
||||
const status = (() => {
|
||||
console.log(isModified, !activeCst.parse);
|
||||
if (isModified || !activeCst.parse) {
|
||||
return ExpressionStatus.UNKNOWN;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user