codacy fixes
diff --git a/erpnext/hr/employee_property_update.js b/erpnext/hr/employee_property_update.js
index 91b6c97..473916c 100644
--- a/erpnext/hr/employee_property_update.js
+++ b/erpnext/hr/employee_property_update.js
@@ -25,9 +25,9 @@
if(frm.doctype == "Employee Promotion"){
table = "promotion_details";
}else if (frm.doctype == "Employee Transfer") {
- table = "transfer_details"
+ table = "transfer_details";
}
- if(!table){return};
+ if(!table){return;}
cur_frm.fields_dict[table].grid.wrapper.find('.grid-add-row').hide();
cur_frm.fields_dict[table].grid.add_custom_button(__('Add Row'), () => {
if(!frm.doc.employee){