Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry committed Oct 23, 2024
1 parent ef278ac commit 0512129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout/BaseLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function BaseLayout({ children }: React.PropsWithChildren) {
<RepoBreadcrumbProvider>
{/* Header */}
<Suspense>
<ErrorBoundary errorComponent={EmptyErrorComponent}>
<ErrorBoundary errorComponent={<EmptyErrorComponent />}>
<NetworkErrorBoundary>
{isFullExperience || isImpersonating ? (
<>
Expand Down

0 comments on commit 0512129

Please sign in to comment.