Skip to content

Commit

Permalink
chore: removed unecessary suspense
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Dec 11, 2024
1 parent 0a4ae55 commit 090b820
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,10 @@ export default function RootLayout({
</CSPostHogProvider>
</ClerkProvider>
</ThemeProvider>
<Suspense>
<Monitoring
apiKey="w-1y_WGLno534NOfDIi-JKYqMI4xpUf_"
url="https://monitoring.react-scan.com/api/v1/ingest"
/>
</Suspense>
<Monitoring
apiKey="w-1y_WGLno534NOfDIi-JKYqMI4xpUf_"
url="https://monitoring.react-scan.com/api/v1/ingest"
/>
</body>
</html>
);
Expand Down

0 comments on commit 090b820

Please sign in to comment.