src/app.tsx & src/test/components/searchBar.spec.tsx: fix update errors
This commit is contained in:
parent
edd4e900de
commit
dbee8b45fd
2 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ const App = () => {
|
|||
|
||||
return (
|
||||
<ThemeProvider theme={theme}>
|
||||
<GlobalStyle />
|
||||
<GlobalStyle theme={theme} />
|
||||
<div>
|
||||
<SearchBar search={searchData.response} />
|
||||
<Settings themes={themeData.response} search={searchData.response} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue