Make ESLint happy

parent 62977822
......@@ -9,6 +9,6 @@ export default class GeoNodeForm {
onPrimaryCheckboxChange() {
this.$namespacesSelect.select2('data', null);
this.$namespaces.toggleClass('hidden', this.$primaryCheckbox.is(':checked'))
this.$namespaces.toggleClass('hidden', this.$primaryCheckbox.is(':checked'));
}
}
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