mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +02:00
refactor: remove conditional rendering for step title in ThinkingStepsDisplay component
This commit is contained in:
parent
75cf12974a
commit
f16e0d95ad
1 changed files with 1 additions and 5 deletions
|
|
@ -127,11 +127,7 @@ export const ThinkingStepsDisplay: FC<{ steps: ThinkingStep[]; isThreadRunning?:
|
||||||
effectiveStatus === "pending" && "text-muted-foreground/60"
|
effectiveStatus === "pending" && "text-muted-foreground/60"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{effectiveStatus === "in_progress" ? (
|
{step.title}
|
||||||
<TextShimmerLoader text={step.title} size="sm" />
|
|
||||||
) : (
|
|
||||||
step.title
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Step items (sub-content) */}
|
{/* Step items (sub-content) */}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue