Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Nov 29, 2021
1 parent c982f4f commit 944860d
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -694,14 +694,8 @@ export default class AnnotationLayer extends React.PureComponent {
}

render() {
const {
isNew,
name,
annotationType,
sourceType,
show,
showLabel,
} = this.state;
const { isNew, name, annotationType, sourceType, show, showLabel } =
this.state;
const isValid = this.isValidForm();
const metadata = getChartMetadataRegistry().get(this.props.vizType);
const supportedAnnotationTypes = metadata
Expand Down

0 comments on commit 944860d

Please sign in to comment.