From e9043f7a77e2332e9c0b22bbda9577cf574711aa Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:28:35 +0200 Subject: [PATCH] feat: add display for script item type in CommandMenu for improved information visibility --- src/components/CommandMenu.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/CommandMenu.tsx b/src/components/CommandMenu.tsx index 99550d4..239dc0c 100644 --- a/src/components/CommandMenu.tsx +++ b/src/components/CommandMenu.tsx @@ -113,6 +113,9 @@ export default function CommandMenu() { className="h-5 w-5" /> {script.title} + + {script.item_type} + ))}