diff --git a/apps/nextjs/src/components/AppComponents/Chat/chat-lhs-header.tsx b/apps/nextjs/src/components/AppComponents/Chat/chat-lhs-header.tsx index 20509eb6a..f8b69e2f7 100644 --- a/apps/nextjs/src/components/AppComponents/Chat/chat-lhs-header.tsx +++ b/apps/nextjs/src/components/AppComponents/Chat/chat-lhs-header.tsx @@ -24,7 +24,7 @@ const ChatLhsHeader = ({ return ( <>
- {process.env.NEXT_PUBLIC_ENVIRONMENT !== "production" && ( + {process.env.NEXT_PUBLIC_ENVIRONMENT !== "prd" && (