We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578eac3 commit 62e2282Copy full SHA for 62e2282
1 file changed
frontend/src/routes/__root.tsx
@@ -54,7 +54,7 @@ function RootLayout() {
54
<ErrorBoundary>
55
<RequireAuth>{isEmbedded() ? <EmbeddedLayout /> : <SelfHostedLayout />}</RequireAuth>
56
</ErrorBoundary>
57
- {process.env.NODE_ENV === 'development' && <DebugHelper />}
+ {IsDev && <DebugHelper />}
58
</NuqsAdapter>
59
60
{IsDev && <TanStackRouterDevtools position="bottom-right" />}
0 commit comments