Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/production'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 31, 2024
2 parents 5a6abea + d4c80f8 commit 6d4dacd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ChatLhsHeader = ({
return (
<>
<div className="mt-6 hidden items-center justify-end gap-5 sm:flex">
{process.env.NEXT_PUBLIC_ENVIRONMENT !== "production" && (
{process.env.NEXT_PUBLIC_ENVIRONMENT !== "prd" && (
<div className="flex flex-grow flex-row space-x-4 text-left text-xs">
<div data-testid="chat-aila-streaming-status">
{chat.ailaStreamingStatus}
Expand Down

0 comments on commit 6d4dacd

Please sign in to comment.