style(ui): format shared composer rebase

This commit is contained in:
Jesse Merhi
2026-08-17 14:35:47 +10:00
parent e84fc462a9
commit 2c01bc8521
@@ -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,