Skip to content

Commit 79d47c2

Browse files
chore(lint): auto-fix lint offenses
1 parent 5bbfb2b commit 79d47c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/course-page/test-results-bar/autofix-request-card/logstream-section.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div>
55
{{#animated-if (eq toolCall.status "in_progress") use=this.transition duration=300}}
66
<div class="text-xs text-gray-300">
7-
<TextShimmer @text={{concat toolCall.textComponents.[0] " " toolCall.textComponents.[1] "..."}} />
7+
<TextShimmer @text={{concat toolCall.textComponents "1"}} />
88
</div>
99
{{else}}
1010
<div class="text-xs text-gray-500">

0 commit comments

Comments
 (0)