Skip to content

Commit 62e2282

Browse files
committed
PR comment
1 parent 578eac3 commit 62e2282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function RootLayout() {
5454
<ErrorBoundary>
5555
<RequireAuth>{isEmbedded() ? <EmbeddedLayout /> : <SelfHostedLayout />}</RequireAuth>
5656
</ErrorBoundary>
57-
{process.env.NODE_ENV === 'development' && <DebugHelper />}
57+
{IsDev && <DebugHelper />}
5858
</NuqsAdapter>
5959

6060
{IsDev && <TanStackRouterDevtools position="bottom-right" />}

0 commit comments

Comments
 (0)