src/app.tsx & src/test/components/searchBar.spec.tsx: fix update errors

This commit is contained in:
Tom Neuber 2023-09-21 22:57:41 +02:00
parent edd4e900de
commit dbee8b45fd
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 4 additions and 4 deletions

View file

@ -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} />