Skip to content

Commit 0e42a4a

Browse files
committed
chore: search bar
1 parent 4095240 commit 0e42a4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/search-bar/SearchBar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ interface SearchBarProps {
2727
clearButton?: boolean
2828
onActiveSearch: (val: boolean) => void
2929
onSubmitSearch: (val: string) => void
30-
onToggleSearchBar: (val: boolean) => void
3130
inputActiveColor?: ColorValue
3231
inputInactiveColor?: ColorValue
3332
inputContainerStyle?: StyleProp<ViewStyle>

0 commit comments

Comments
 (0)