Skip to content

Commit

Permalink
Solve linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-liu committed Nov 18, 2016
1 parent 777d338 commit 52a7a90
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ class ChartContainer extends React.Component {
this.renderVis();
}

removeAlert() {
this.props.actions.removeChartAlert();
}

getMockedSliceObject(props) {
return {
viewSqlQuery: props.query,
Expand Down Expand Up @@ -144,6 +140,9 @@ class ChartContainer extends React.Component {
};
}

removeAlert() {
this.props.actions.removeChartAlert();
}

renderVis() {
visMap[this.props.viz_type](this.state.mockSlice).render();
Expand Down

0 comments on commit 52a7a90

Please sign in to comment.