mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
style(ui): format shared composer rebase
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user