Remove outdated comment
This commit is contained in:
parent
9294f7840a
commit
2c390ab605
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ export default class FilterStore {
|
|||
this.initCommonFilters();
|
||||
}
|
||||
|
||||
// Fixed typo: sietId -> siteId
|
||||
getEventOptions = (siteId: string): FilterOption[] => {
|
||||
return this.getFilters(siteId)
|
||||
.filter((filter: Filter) => filter.isEvent)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue