Skip to content

Commit e103b21

Browse files
authored
Merge pull request #866 from amitamrutiya/wrap-div
feat: wrap the search component with the div
2 parents 0539743 + d762115 commit e103b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/custom/SearchBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function SearchBar({
135135
}
136136
}}
137137
>
138-
<>
138+
<div>
139139
<ThemeProvider theme={customTheme(theme)}>
140140
<TextField
141141
variant="standard"
@@ -165,7 +165,7 @@ function SearchBar({
165165
arrow
166166
/>
167167
)}
168-
</>
168+
</div>
169169
</ClickAwayListener>
170170
);
171171
}

0 commit comments

Comments
 (0)