Skip to content

Commit

Permalink
Fix stream description
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Jul 3, 2024
1 parent cb764bc commit 5cd70c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/vtadmin/src/components/routes/Workflows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ export const Workflows = () => {
}
}
}
streamDescription = streamState.toLocaleLowerCase();
if (numThrottled > 0) {
streamState = 'Throttled';
}
streamDescription = streamState.toLocaleLowerCase();
break;
default:
streamDescription = streamState.toLocaleLowerCase();
Expand Down

0 comments on commit 5cd70c8

Please sign in to comment.