This commit is contained in:
Peter Maquiran
2021-11-23 17:04:54 +01:00
parent 40fd2663a4
commit b9842ff8a5
+1 -1
View File
@@ -12,7 +12,7 @@ export class ListBoxService {
){}
filterProfile(eventSource: EventListStore[], profile: 'md' | 'pr' | 'all') {
filterProfile(eventSource: EventListStore[] = [], profile: 'md' | 'pr' | 'all') {
return eventSource.filter((e) => e.profile == profile)
}