🐛 Restore support bubble in cloud prod
This commit is contained in:
@@ -59,7 +59,7 @@ const App = ({ Component, pageProps }: AppProps) => {
|
|||||||
<TypebotProvider typebotId={typebotId}>
|
<TypebotProvider typebotId={typebotId}>
|
||||||
<WorkspaceProvider typebotId={typebotId}>
|
<WorkspaceProvider typebotId={typebotId}>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
{!pathname.endsWith('edit') && !isCloudProdInstance && (
|
{!pathname.endsWith('edit') && isCloudProdInstance && (
|
||||||
<SupportBubble />
|
<SupportBubble />
|
||||||
)}
|
)}
|
||||||
<NewVersionPopup />
|
<NewVersionPopup />
|
||||||
|
|||||||
Reference in New Issue
Block a user