Sacha Weatherstone
4 years ago
No known key found for this signature in database
GPG Key ID: 7AB2D7E206124B31
1 changed files with
1 additions and
1 deletions
-
src/components/CommandPalette/SearchResult.tsx
|
|
|
@ -41,7 +41,7 @@ export const SearchResult = ({ group }: SearchResultProps): JSX.Element => { |
|
|
|
</Combobox.Option> |
|
|
|
{command.subItems && ( |
|
|
|
<div className=" ml-9 border-l"> |
|
|
|
{command.subItems?.map((item) => ( |
|
|
|
{command.subItems?.map((item, index) => ( |
|
|
|
<Combobox.Option |
|
|
|
key={index} |
|
|
|
value={item} |
|
|
|
|