diff --git a/packages/ui/src/components/chat/components/LiveTurnActivity.tsx b/packages/ui/src/components/chat/components/LiveTurnActivity.tsx
index 0add7566..8bbadf12 100644
--- a/packages/ui/src/components/chat/components/LiveTurnActivity.tsx
+++ b/packages/ui/src/components/chat/components/LiveTurnActivity.tsx
@@ -48,7 +48,7 @@ export function LiveTurnActivity({ turn, hasLaterAssistant, expanded, onToggle,
{t('chat.liveActivity.title')}
{settled ? : null}
{fileLabel ? (
-
+
{fileLabel}
{summary?.hasCompleteDiff && (summary.additions > 0 || summary.deletions > 0) ? (
@@ -59,7 +59,7 @@ export function LiveTurnActivity({ turn, hasLaterAssistant, expanded, onToggle,
) : null}
) : null}
- {details ? {fileLabel ? '· ' : ''}{details} : null}
+ {details ? {fileLabel ? '· ' : ''}{details} : null}
>
);
const headerClass = 'w-full justify-start normal-case !pl-px !pr-2 text-[var(--tools-description)] hover:!bg-transparent active:!bg-transparent';