chore: fmt

This commit is contained in:
Brooklyn Nicholson
2026-04-16 21:09:50 -05:00
parent c74017f405
commit c730ab8ad7
5 changed files with 17 additions and 9 deletions

View File

@@ -32,7 +32,9 @@ const StreamingAssistant = memo(function StreamingAssistant({
progress: AppLayoutProgressProps
t: Theme
}) {
if (!progress.showProgressArea && !progress.showStreamingArea) return null
if (!progress.showProgressArea && !progress.showStreamingArea) {
return null
}
return (
<Box flexDirection="column">
@@ -117,7 +119,6 @@ const TranscriptPane = memo(function TranscriptPane({
progress={progress}
t={ui.theme}
/>
</Box>
</ScrollBox>