Skip to content

Commit

Permalink
[#11] Forgot to remove testing attr
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-kopecky committed Nov 2, 2021
1 parent 3875f73 commit 2c7f4e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ const SearchBar: React.FC<SearchBarProps> = (props) => {

return (
<Autocomplete
open={true}
classes={classes}
onChange={(event: any, newValue: any) => {
if (newValue !== null) {
Expand Down

0 comments on commit 2c7f4e3

Please sign in to comment.