diff --git a/src/components/CommandPalette.jsx b/src/components/CommandPalette.jsx index e981060..96d2c33 100644 --- a/src/components/CommandPalette.jsx +++ b/src/components/CommandPalette.jsx @@ -24,7 +24,7 @@ function Row({ item, onClick, isSelected }) { }`} onClick={onClick} > -
+
{item.path ? : null} {item.name} {item.path ? (