Skip to content

Commit

Permalink
chore: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 committed May 22, 2024
1 parent 3b4a742 commit a6e0c9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/App/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ const AppWrapper = () => {
<QueryClientProvider client={queryClient}>
<ReactQueryDevtools />
{showReactQueryDevtools && (
<Suspense fallback={null}>
<ReactQueryDevtoolsProduction />
</Suspense>
<Suspense fallback={null}>

Check warning on line 113 in src/components/App/index.jsx

View check run for this annotation

Codecov / codecov/patch

src/components/App/index.jsx#L113

Added line #L113 was not covered by tests
<ReactQueryDevtoolsProduction />
</Suspense>
)}
<AppProvider store={store}>
<Helmet
Expand Down

0 comments on commit a6e0c9e

Please sign in to comment.