Fix typo in AlertsApp componentsDidMount

pull/3445/head
Brandon Farmer 2018-05-14 13:12:29 -07:00
parent cee956c496
commit b6ce46237f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class AlertsApp extends PureComponent<Props, State> {
}
// TODO: show a loading screen until we figure out if there is a kapacitor and fetch the alerts
public omponentDidMount() {
public componentDidMount() {
const {source} = this.props
AJAX({
url: source.links.kapacitors,