fix: remove extra newline above SubagentGroupDisplay during execution (#473)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-01-05 22:57:10 -08:00
committed by GitHub
parent 0834a4e1c1
commit 844e80711f

View File

@@ -5727,7 +5727,7 @@ Plan file path: ${planFilePath}`;
]);
return (
<Box key={resumeKey} flexDirection="column" gap={1}>
<Box key={resumeKey} flexDirection="column">
<Static
key={staticRenderEpoch}
items={staticItems}
@@ -5776,7 +5776,7 @@ Plan file path: ${planFilePath}`;
)}
</Static>
<Box flexDirection="column" gap={1}>
<Box flexDirection="column">
{/* Loading screen / intro text */}
{loadingState !== "ready" && (
<WelcomeScreen
@@ -6131,7 +6131,7 @@ Plan file path: ${planFilePath}`;
)}
{/* Input row - always mounted to preserve state */}
<Box marginTop={liveItems.length > 0 ? 0 : 1}>
<Box marginTop={1}>
<Input
visible={
!showExitStats &&