We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b040cee + 281e63d commit a20005cCopy full SHA for a20005c
app/components/course-page/test-results-bar/autofix-request-card.hbs
@@ -18,7 +18,8 @@
18
{{/if}}
19
{{/animated-value}}
20
21
- {{#animated-if (eq @autofixRequest.status "in_progress") use=this.transition duration=200}}
+ {{! Investigate issue with animated-if usage here }}
22
+ {{#if (eq @autofixRequest.status "in_progress")}}
23
<CoursePage::TestResultsBar::AutofixRequestCard::LogstreamSection class="mt-3" @autofixRequest={{@autofixRequest}} />
24
{{else}}
25
<div>
@@ -69,6 +70,6 @@
69
70
</BlurredOverlay>
71
{{/animated-if}}
72
</div>
- {{/animated-if}}
73
+ {{/if}}
74
</AnimatedContainer>
75
0 commit comments