Fixed linting issues

This commit is contained in:
efarooqui
2020-09-14 08:12:57 -07:00
parent 5b2fd22405
commit 8442ca7bb4
5 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ function toggleFilter (appState, action) {
...appState,
associations: {
...appState.associations,
filters: newFilters,
filters: newFilters
}
}
}