Skip to content

Commit

Permalink
add semicolon semi
Browse files Browse the repository at this point in the history
  • Loading branch information
roganw committed Jul 26, 2017
1 parent 10e366e commit 5df2088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/visualizations/filter_box.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class FilterBox extends React.Component {
id: v,
text: v,
metric: 0,
}
};
this.props.filtersChoices[filterKey].push(addChoice);
}
}
Expand Down

0 comments on commit 5df2088

Please sign in to comment.