fix: returned items are empty when groupby is se to none

This commit is contained in:
thecodrr
2022-07-20 17:45:52 +05:00
parent b4db7d5923
commit 16f2e651b4

View File

@@ -69,7 +69,6 @@ export function groupArray(
}
if (options.groupBy === "none") {
let array = [];
const conflicted = [];
const pinned = [];
const others = [];