Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 18, 2017
1 parent c714ca9 commit 2764f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export function dashboardContainer(dashboard, datasources, userid) {
immuneToFields = this.metadata.filter_immune_slice_fields[sliceId];
}
for (const filteringSliceId in this.filters) {
if (filteringSliceId == sliceId) {
if (filteringSliceId === sliceId) {
// Filters applied by the slice don't apply to itself
continue;
}
Expand Down

0 comments on commit 2764f5a

Please sign in to comment.