diff --git a/src/components/CommandComboBox.tsx b/src/components/CommandComboBox.tsx
index 725c1643e..568fb7949 100644
--- a/src/components/CommandComboBox.tsx
+++ b/src/components/CommandComboBox.tsx
@@ -75,34 +75,40 @@ function CommandComboBox({
autoFocus
/>
-
- {option.displayName || option.name}{' '}
-
- {option.description}
-
+ {option.displayName || option.name}{' '} +
+ {option.description && ( ++ {option.description} +
+ )} ++ No results found +
+ )} ) }