fix
This commit is contained in:
parent
e40db345ec
commit
11981d9032
|
|
@ -15,8 +15,6 @@ export const scanComponent = async (items: IContent[]) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(comp.pending);
|
|
||||||
|
|
||||||
if (comp.pending.size > 0) {
|
if (comp.pending.size > 0) {
|
||||||
let all_found = true;
|
let all_found = true;
|
||||||
const founds: any = [];
|
const founds: any = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue