Commit 4071e9d 1 parent bade66b commit 4071e9d Copy full SHA for 4071e9d
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ export default class CourseStageInstructionsController extends Controller {
55
55
return ! this . currentStep . courseStage . isFirst && this . currentStep . status === 'complete' ;
56
56
}
57
57
58
- get shouldShowNeedHelpForumLink ( ) {
59
- return this . model . courseStage . isFirst && this . currentStep . testsStatus !== 'passed' && this . currentStep . status !== 'complete' ;
60
- }
61
-
62
58
get shouldShowPrerequisites ( ) {
63
59
return ! ! this . prerequisiteInstructionsMarkdown ;
64
60
}
65
61
62
+ get shouldShowStage1ForumLinkCTA ( ) {
63
+ return this . model . courseStage . isFirst && this . currentStep . testsStatus !== 'passed' && this . currentStep . status !== 'complete' ;
64
+ }
65
+
66
66
get shouldShowTestRunnerCard ( ) {
67
67
return this . isCurrentStage && this . currentStep . status !== 'complete' ;
68
68
}
Original file line number Diff line number Diff line change 83
83
</div >
84
84
{{ /if }}
85
85
86
- {{ #if this.shouldShowNeedHelpForumLink }}
86
+ {{ #if this.shouldShowStage1ForumLinkCTA }}
87
87
<div class =" prose dark:prose-invert prose-sm prose-compact ml-4 mb-10" >
88
88
<p >
89
89
Need help?
You can’t perform that action at this time.
0 commit comments