Update view status AI
This commit is contained in:
parent
40f20bb55d
commit
2632526794
|
|
@ -155,6 +155,7 @@ const CardLine = ({
|
|||
}, [line?.latestScenario]);
|
||||
|
||||
function detectResultStatus(lines: string[]) {
|
||||
if (!lines || lines.length === 0) return null;
|
||||
const text = lines.join("\n");
|
||||
|
||||
const match = text.match(
|
||||
|
|
|
|||
Loading…
Reference in New Issue