Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Commit 67df332

Browse files
committed
fix linting
1 parent 20bdebd commit 67df332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/contact/ContactForm.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class ContactForm extends React.Component {
101101
_onFormSubmit(formData) {
102102
console.info(formData);
103103

104-
window.alert(JSON.stringify(formData, null, 2));
104+
window.alert(JSON.stringify(formData, null, 2)); // eslint-disable-line no-alert
105105
}
106106

107107
_renderInputField(field) {

0 commit comments

Comments
 (0)