ThyeeZz 3 년 전
부모
커밋
96c4abab25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/src/plugins/system/SystemView.tsx

+ 1 - 1
client/src/plugins/system/SystemView.tsx

@@ -79,7 +79,7 @@ const parseJson = (jsonData: any) => {
     const type = node?.infos?.type;
     const has_error = node?.infos?.has_error;
 
-    if (String(has_error) === 'true') {
+    if (has_error) {
       return;
     }