From 2c01bc852184c644f345bfa7b425b47eb5e5727f Mon Sep 17 00:00:00 2001 From: Jesse Merhi <79823012+jesse-merhi@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:35:47 +1000 Subject: [PATCH] style(ui): format shared composer rebase --- ui/src/pages/chat/components/chat-composer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/chat/components/chat-composer.ts b/ui/src/pages/chat/components/chat-composer.ts index 36a6cc666eff..c12b10b85cb1 100644 --- a/ui/src/pages/chat/components/chat-composer.ts +++ b/ui/src/pages/chat/components/chat-composer.ts @@ -157,7 +157,7 @@ export function renderChatComposer(props: ChatComposerProps) { prompt.status === "pending" && prompt.sessionKey !== undefined && areUiSessionKeysEquivalent(prompt.sessionKey, props.sessionKey), - ) ?? []) + ) ?? []) : []; let gatewayQuestionIndex = gatewayQuestionPrompts.findIndex( (prompt) => prompt.id === state.activeGatewayQuestionId,