Fix linting errors

pull/10616/head
Andrew Watkins 2016-11-07 15:51:27 -08:00
parent ba3a8b0d45
commit 6b773f0896
5 changed files with 16 additions and 16 deletions

View File

@ -115,7 +115,7 @@ export const KapacitorRulePage = React.createClass({
loadRule(Object.assign({}, rule, {
name,
}));
this.toggleEditName()
this.toggleEditName();
}
if (e.key === 'Escape') {