Skip to content

Commit c637057

Browse files
authored
Merge pull request #5462 from Agenta-AI/fix/release-0-105-9-lint
[fix] Remove the redundant boolean annotation that fails TypeScript lint
2 parents 9da39b4 + 3c67df8 commit c637057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/oss/src/components/AgentChatSlice/AgentConversation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ const AgentConversation = ({
758758
)
759759
// Feature flag: the context-budget meter is hidden from the composer for now. The
760760
// component and its logic stay wired up; flip this to `true` to bring the UI back.
761-
const showContextBudget: boolean = false
761+
const showContextBudget = false
762762

763763
// ── Playground-native onboarding ──────────────────────────────────────────
764764
// This chat panel IS the onboarding surface while the agent is ephemeral: the empty state shows the

0 commit comments

Comments
 (0)