Update view status AI
This commit is contained in:
parent
40f20bb55d
commit
2632526794
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue