diff --git a/webui/src/util/sort.ts b/webui/src/util/sort.ts index a9bf8bc..bcdb19d 100644 --- a/webui/src/util/sort.ts +++ b/webui/src/util/sort.ts @@ -52,9 +52,6 @@ export function sortByAttribute(entries: UpEntry[]): void { } export function sortByEntity(entries: UpEntry[], sortKeys: SortKeys): void { - entries.sort((aEntry, bEntry) => { - return aEntry.attribute.localeCompare(bEntry.attribute); - }); entries.sort((aEntry, bEntry) => { if (!sortKeys[aEntry.entity]?.length || !sortKeys[bEntry.entity]?.length) { if (