diff --git a/pos/static/js/sidebar.js b/pos/static/js/sidebar.js
index c679e28..81cbb18 100644
--- a/pos/static/js/sidebar.js
+++ b/pos/static/js/sidebar.js
@@ -37,8 +37,7 @@ window.renderSidebar = function(modulesOverride) {
{ name: _t('pos'), href: '/pos/sale', icon: '' },
moduleEnabled('catalog') ? { name: _t('catalog'), href: '/pos/catalog', icon: '' } : null,
{ name: _t('inventory'), href: '/pos/inventory', icon: '' },
-
- ]},
+ ].filter(Boolean)},
{ label: _t('nav_management'), items: [
{ name: _t('customers'), href: '/pos/customers', icon: '' },
{ name: 'Cotizaciones', href: '/pos/quotations', icon: '' },