Skip to content

Commit

Permalink
revert Providers.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed May 23, 2024
1 parent ce3d746 commit 3bf0d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/Providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function Providers({ children }: ProvidersProps) {
<QueryClientProvider client={queryClient}>
<FuelProvider
fuelConfig={{
connectors: defaultConnectors({ devMode: true }),
connectors: defaultConnectors(),
}}>
{globalCss()()}
{children}
Expand Down

0 comments on commit 3bf0d54

Please sign in to comment.