|
@@ -94,6 +94,7 @@ const SearchModal = (): JSX.Element => {
|
|
|
searchKeyword={searchKeyword}
|
|
searchKeyword={searchKeyword}
|
|
|
getItemProps={getItemProps}
|
|
getItemProps={getItemProps}
|
|
|
/>
|
|
/>
|
|
|
|
|
+ <div className="border-top mt-2 mb-2" />
|
|
|
<SearchResultMenuItem
|
|
<SearchResultMenuItem
|
|
|
activeIndex={highlightedIndex}
|
|
activeIndex={highlightedIndex}
|
|
|
searchKeyword={searchKeyword}
|
|
searchKeyword={searchKeyword}
|