diff --git a/erpnext/public/js/hub/Sidebar.vue b/erpnext/public/js/hub/Sidebar.vue index be2b749b814..ef3510d79a1 100644 --- a/erpnext/public/js/hub/Sidebar.vue +++ b/erpnext/public/js/hub/Sidebar.vue @@ -9,10 +9,7 @@
  • {{ __('Categories') }}
  • -
  • - Category -
  • -
  • +
  • {{ category.label }}
  • @@ -59,15 +56,12 @@ export default { condition: () => this.hub_registered }, ], - categories: [], - show_skeleton: true + categories: [] } }, created() { this.get_categories() .then(categories => { - this.show_skeleton = false; - this.categories = categories.map(c => { return { label: __(c.name),