Commit 9d863013 authored by Phil Hughes's avatar Phil Hughes

Fixed JS eslint failure

parent cab8d024
......@@ -71,7 +71,7 @@
}
formSubmit(e, $el = null) {
const $this = e? $(e.currentTarget) : $el;
const $this = e ? $(e.currentTarget) : $el;
const { $toggle, $dateInput } = this.getMemberListItems($this);
$this.closest('form').trigger('submit.rails');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment