This commit is contained in:
tree 2022-01-10 15:12:28 +01:00
rodič 1b775638dd
revize fc1b1eb815
1 změnil soubory, kde provedl 3 přidání a 0 odebrání

Zobrazit soubor

@ -62,6 +62,9 @@ export class UTXOEngine {
}
}
}
if (sp.type === 'speakers') {
entry.specs[sp.type] = entry.specs[sp.type].sort((x, y) => x.name.localeCompare(y.name))
}
break
}
}