Skip to content

Commit 00ff230

Browse files
avivkellerCopilot
andauthored
Update packages/ui-components/src/Common/Search/Suggestions/index.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent f3042fd commit 00ff230

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-components/src/Common/Search/Suggestions

1 file changed

+1
-1
lines changed

packages/ui-components/src/Common/Search/Suggestions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type SearchSuggestionsProps = {
1414
const SearchSuggestions: FC<SearchSuggestionsProps> = ({
1515
suggestions,
1616
label,
17-
wrapper = styles.suggestionWrapper,
17+
wrapper = styles.suggestionsWrapper,
1818
className = styles.suggestionItem,
1919
...props
2020
}) => (

0 commit comments

Comments
 (0)