mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 07:08:09 -05:00
fix(frontend): preview banner ammend
This commit is contained in:
@@ -52,7 +52,7 @@ export default async function RootLayout({
|
||||
disableTransitionOnChange
|
||||
>
|
||||
<div className="flex min-h-screen flex-col items-stretch justify-items-stretch">
|
||||
{previewStealingDev && environment.isDev() ? (
|
||||
{previewStealingDev ? (
|
||||
<PreviewBanner branchName={previewStealingDev} />
|
||||
) : null}
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user