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 80e573f commit 41dc39bCopy full SHA for 41dc39b
autogpt_platform/frontend/src/app/layout.tsx
@@ -52,7 +52,7 @@ export default async function RootLayout({
52
disableTransitionOnChange
53
>
54
<div className="flex min-h-screen flex-col items-stretch justify-items-stretch">
55
- {previewStealingDev && environment.isDev() ? (
+ {previewStealingDev ? (
56
<PreviewBanner branchName={previewStealingDev} />
57
) : null}
58
{children}
0 commit comments