fix: undefined promises throw error

This commit is contained in:
sealday 2024-03-12 20:03:34 +08:00
parent 1737a0f83b
commit ae8d1a47b0

View File

@ -51,7 +51,7 @@ export const GroupBlock = (props) => {
}),
requeatItem,
];
}),
}) ?? [],
),
);
}, [Blocks, service.params, service.params[0]]);