Skip to content

Commit

Permalink
move toast inside query client provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburrus committed Jan 29, 2025
1 parent c17c121 commit d49791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hyperdrive-trading/src/ui/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ logAppVersion();
root.render(
<WagmiProvider config={wagmiConfig}>
<Plausible />
<ToastProvider />
<QueryClientProvider client={queryClient}>
<ToastProvider />
<RainbowKitProvider
appInfo={{
appName: "Hyperdrive",
Expand Down

0 comments on commit d49791e

Please sign in to comment.