Skip to content

Commit

Permalink
Merge branch 'master' into fix-download
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya authored Jan 2, 2025
2 parents 4d4bebf + e103b21 commit 8b474a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function SearchBar({
}
}}
>
<>
<div>
<ThemeProvider theme={customTheme(theme)}>
<TextField
variant="standard"
Expand Down Expand Up @@ -165,7 +165,7 @@ function SearchBar({
arrow
/>
)}
</>
</div>
</ClickAwayListener>
);
}
Expand Down

0 comments on commit 8b474a1

Please sign in to comment.