fix: only show apps with name (#194)

* only show apps with name

* format

* update pnpm lock

---------

Co-authored-by: Huakun Shen <huakun.shen@huakunshen.com>
This commit is contained in:
Luca Giannini 2025-02-22 15:54:06 +01:00 committed by GitHub
parent 8d49f50495
commit 8940d25245
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 2 deletions

View file

@ -13,7 +13,7 @@
</script>
<DraggableCommandGroup heading="Apps">
{#each apps as app}
{#each apps.filter((app) => app.name) as app}
<Command.Item
class="flex justify-between"
onSelect={() => {