fixed issue #8352
This commit is contained in:
ZlabiDev 2024-04-01 18:06:25 +02:00 committed by GitHub
parent 27be813011
commit ee4d9fff16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -184,7 +184,7 @@ export class AssetService {
return Object.keys(groups)
.map(Number)
.sort()
.sort((a, b) => a - b)
.filter((yearsAgo) => yearsAgo > 0)
.map((yearsAgo) => ({
yearsAgo,