mirror of
https://github.com/stackblitz/bolt.new
synced 2025-03-12 06:51:11 +00:00
linting
This commit is contained in:
parent
b26e338b0b
commit
8f6d8d8e20
@ -51,6 +51,7 @@ export const Artifact = memo(({ messageId }: ArtifactProps) => {
|
|||||||
|
|
||||||
if (actions.length !== 0 && artifact.type === 'bundled') {
|
if (actions.length !== 0 && artifact.type === 'bundled') {
|
||||||
const finished = !actions.find((action) => action.status !== 'complete');
|
const finished = !actions.find((action) => action.status !== 'complete');
|
||||||
|
|
||||||
if (allActionFinished !== finished) {
|
if (allActionFinished !== finished) {
|
||||||
setAllActionFinished(finished);
|
setAllActionFinished(finished);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user