Copy chart link button

This commit is contained in:
Geomitron
2024-01-17 17:25:56 -06:00
parent 8855d532b9
commit ad5d6fab9c
3 changed files with 12 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ export class ChartSidebarComponent implements OnInit {
.uniq()
.value(),
}))
.filter(g => g.issues.length > 0)
.value()
}