Skip to content

Commit b84566e

Browse files
committed
fix: double toaster showing issue fixed
1 parent 3e8313e commit b84566e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/lib/providers.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import { useEffect, Suspense } from 'react';
44
import { GoogleOAuthProvider } from '@react-oauth/google';
5-
import { Toaster } from '@/components/ui/sonner';
65
import { initPostHog } from '@/lib/posthog';
76
import { PostHogPageView } from '@/components/PostHogPageView';
87

@@ -16,7 +15,6 @@ export default function Providers({ children }: { children: React.ReactNode }) {
1615
<Suspense fallback={null}>
1716
<PostHogPageView />
1817
</Suspense>
19-
<Toaster richColors position="top-right" />
2018
{children}
2119
</GoogleOAuthProvider>
2220
);

0 commit comments

Comments
 (0)