Skip to content

Commit 7aff0c0

Browse files
committed
feat: wrap the search component with the div
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent 9b8c44a commit 7aff0c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)