mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 22:22:02 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -11,9 +11,8 @@ export const environmentsBreakdownAtom = atom((get) => {
|
||||
?.sort((a, b) => {
|
||||
if (a.sortPriority === b.sortPriority) {
|
||||
return a.updatedAt > b.updatedAt ? 1 : -1;
|
||||
} else {
|
||||
return a.sortPriority - b.sortPriority;
|
||||
}
|
||||
return a.sortPriority - b.sortPriority;
|
||||
}) ?? [];
|
||||
|
||||
const folderEnvironments =
|
||||
|
||||
Reference in New Issue
Block a user