[hub] cleanups
diff --git a/erpnext/public/js/hub/hub_page.js b/erpnext/public/js/hub/hub_page.js
index 46e5ce4..27986de 100644
--- a/erpnext/public/js/hub/hub_page.js
+++ b/erpnext/public/js/hub/hub_page.js
@@ -124,16 +124,16 @@
 		});
 
 		this.sidebar.add_item({
-			label: this.hub_settings.company,
-			on_click: () => frappe.set_route('Form', 'Company', this.hub_settings.company)
-		}, __("Account"));
-
-		this.sidebar.add_item({
 			label: __('Companies'),
 			on_click: () => frappe.set_route('Hub', 'Company')
 		});
 
 		this.sidebar.add_item({
+			label: this.hub_settings.company,
+			on_click: () => frappe.set_route('Form', 'Company', this.hub_settings.company)
+		}, __("Account"));
+
+		this.sidebar.add_item({
 			label: __("My Orders"),
 			on_click: () => frappe.set_route('List', 'Request for Quotation')
 		}, __("Account"));