fix: remove extra newline above SubagentGroupDisplay during execution (#473)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user