fixed issue #8352
This commit is contained in:
ZlabiDev
2024-04-01 18:06:25 +02:00
committed by GitHub
parent 27be813011
commit ee4d9fff16
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,