From 478943a90b6102df7204c7c291788c9f2a1e50df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Wed, 28 Aug 2024 15:15:58 +0200 Subject: [PATCH] fix openpanel script in dashboard --- apps/dashboard/src/app/providers.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/dashboard/src/app/providers.tsx b/apps/dashboard/src/app/providers.tsx index ea7857dd..918add31 100644 --- a/apps/dashboard/src/app/providers.tsx +++ b/apps/dashboard/src/app/providers.tsx @@ -62,14 +62,14 @@ function AllProviders({ children }: { children: React.ReactNode }) { defaultTheme="light" disableTransitionOnChange > - - + {process.env.NEXT_PUBLIC_OP_CLIENT_ID && ( + + )}