This commit is contained in:
Anirban Kar 2024-12-06 23:23:32 +05:30
parent b26e338b0b
commit 8f6d8d8e20

View File

@ -51,7 +51,8 @@ export const Artifact = memo(({ messageId }: ArtifactProps) => {
if (actions.length !== 0 && artifact.type === 'bundled') {
const finished = !actions.find((action) => action.status !== 'complete');
if(allActionFinished!==finished){
if (allActionFinished !== finished) {
setAllActionFinished(finished);
}
}