mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
chore(vscode): format request ID label
This commit is contained in:
@@ -36,9 +36,7 @@ export const TurnOutcome: Component = () => {
|
||||
>
|
||||
<Card variant={value().tone === "critical" ? "error" : "warning"}>
|
||||
<div>{label(value())}</div>
|
||||
<Show when={value().kind === "unknown" && value().vercelID}>
|
||||
{(id) => <code>Request ID: {id()}</code>}
|
||||
</Show>
|
||||
<Show when={value().kind === "unknown" && value().vercelID}>{(id) => <code>Request ID: {id()}</code>}</Show>
|
||||
</Card>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user