mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-08-04 18:48:12 +00:00
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:
parent
8d49f50495
commit
8940d25245
2 changed files with 17 additions and 2 deletions
|
@ -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={() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue