Fixed: Update modal error

pull/3986/head
Mark McDowall 4 years ago
parent cd2368f5f3
commit 6d911581c3

@ -20,7 +20,7 @@ function mergeUpdates(items, version, prevVersion) {
if (installedPreviouslyIndex === -1) {
installedPreviouslyIndex = items.length;
} else if (installedPreviouslyIndex === installedIndex && items.size()) {
} else if (installedPreviouslyIndex === installedIndex && items.length) {
installedPreviouslyIndex += 1;
}

Loading…
Cancel
Save