Skip to content

Commit

Permalink
fix: forward SearchInput prop to SearchBar
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela authored and arnautov-anton committed Sep 8, 2022
1 parent 2ec25a1 commit 16fc8f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ChannelSearch/ChannelSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const UnMemoizedChannelSearch = <
placeholder={placeholder}
query={query}
searchBarRef={searchBarRef}
SearchInput={SearchInput}
SearchInputIcon={SearchInputIcon}
/>
) : (
Expand Down

0 comments on commit 16fc8f8

Please sign in to comment.