UPDATE: New data 4.1.5
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m4s
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m4s
This commit is contained in:
@@ -47,7 +47,7 @@ export default function AvatarBar({ onClose }: { onClose?: () => void }) {
|
||||
list.sort((a, b) => {
|
||||
const r = calcRarity(b.Rarity) - calcRarity(a.Rarity)
|
||||
if (r !== 0) return r
|
||||
return a.ID - b.ID
|
||||
return b.ID - a.ID
|
||||
})
|
||||
|
||||
return list
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function LightconeBar() {
|
||||
list.sort((a, b) => {
|
||||
const r = calcRarity(b.Rarity) - calcRarity(a.Rarity)
|
||||
if (r !== 0) return r
|
||||
return a.ID - b.ID
|
||||
return b.ID - a.ID
|
||||
})
|
||||
|
||||
return list
|
||||
|
||||
Reference in New Issue
Block a user