Skip to content

Commit

Permalink
fix: address review from LinaLam
Browse files Browse the repository at this point in the history
  • Loading branch information
use-tusk[bot] authored Oct 11, 2024
1 parent 6872fce commit ddf278a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/templates/requestsV2/requestsPageV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ const RequestsPageV2 = (props: RequestsPageV2Props) => {
<>
<div className="h-screen flex flex-col">
{requestWithoutStream && !isWarningHidden && (
<div className="bg-sky-200 text-white text-[13px] flex justify-between items-center p-2">
<div className="bg-sky-400 text-white text-[13px] flex justify-between items-center p-2">
<p>
We are unable to calculate your cost accurately because the
&#39;stream_usage&#39; option is not included in your message.
Expand Down

0 comments on commit ddf278a

Please sign in to comment.