修复依赖安装日志

This commit is contained in:
whyour
2022-05-28 20:51:25 +08:00
parent d244650432
commit 58383e9022
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ const Subscription = ({ headerStyle, isPhone, socketMessage }: any) => {
for (let i = 0; i < references.length; i++) {
const index = value.findIndex((x) => x.id === references[i]);
result.splice(index, 1, {
...result[index],
...value[index],
status: SubscriptionStatus.idle,
});
}