diff --git a/public/shell.php b/public/shell.php index 92159f1..ffd215a 100644 --- a/public/shell.php +++ b/public/shell.php @@ -2123,7 +2123,7 @@ this.companies = await this.apiRequest('v1/companies') || []; if (this.page === 'users') this.users = await this.apiRequest('v1/users') || []; if (this.page === 'invoices') this.invoices = await this.apiRequest('v1/invoices') || []; - if (this.page === 'tenants' && this.user.role === 'super_admin') this.tenants = await this.apiRequest('v1/tenants') || []; + if (this.user.role === 'super_admin') this.tenants = await this.apiRequest('v1/tenants') || []; }, getQrSrc(inv) {