Skip to content

Commit

Permalink
fix: hide streaming status in production
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Oct 28, 2024
1 parent d04d456 commit e152095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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-grow text-left text-xs"
data-testid="chat-aila-streaming-status"
Expand Down

0 comments on commit e152095

Please sign in to comment.