diff --git a/gulpfile.js b/gulpfile.js index e570c2ff..fe7e75a8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,7 +69,7 @@ gulp.task('js:build', function() { bundle(false); }); -gulp.task('serve', ['browser-sync', 'run-server', 'lint:watch', 'sass:build', 'sass:watch', 'copy'], function() { +gulp.task('serve', ['browser-sync', 'run-server', 'sass:build', 'sass:watch', 'copy'], function() { bundle(true); }); diff --git a/js/components/ascribe_forms/form.js b/js/components/ascribe_forms/form.js index b8ff1539..319214c1 100644 --- a/js/components/ascribe_forms/form.js +++ b/js/components/ascribe_forms/form.js @@ -137,9 +137,12 @@ let Form = React.createClass({ }); }, render() { - return ( -