diff --git a/web/src/user/LibraryPage.ts b/web/src/user/LibraryPage.ts index 1636fe9bd2..878c6248a4 100644 --- a/web/src/user/LibraryPage.ts +++ b/web/src/user/LibraryPage.ts @@ -238,7 +238,7 @@ export class LibraryPage extends AKElement {
${loading( this.apps, - html`${this.filteredApps.length > 0 + html`${this.filterApps(this.filteredApps).length > 0 ? this.renderApps() : this.renderEmptyState()}`, )}