Update view status AI

This commit is contained in:
joseph le 2026-05-26 13:54:15 +07:00
parent 40f20bb55d
commit 2632526794
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ const CardLine = ({
}, [line?.latestScenario]); }, [line?.latestScenario]);
function detectResultStatus(lines: string[]) { function detectResultStatus(lines: string[]) {
if (!lines || lines.length === 0) return null;
const text = lines.join("\n"); const text = lines.join("\n");
const match = text.match( const match = text.match(