Skip to content

Commit 928fdfd

Browse files
committed
Update ember to 6.0.1
1 parent e9b3aab commit 928fdfd

File tree

4 files changed

+80
-351
lines changed

4 files changed

+80
-351
lines changed

app/components/course-page/course-stage-step/community-solution-card/content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@highlightedFile={{highlightedFile}}
1818
@onPublishToGithubButtonClick={{this.handlePublishToGithubButtonClick}}
1919
@solution={{@solution}}
20-
class={{if (not-eq index (sub @solution.highlightedFiles.length 1)) "mb-4"}}
20+
class={{if (not-eq index (sub (or @solution.highlightedFiles.length 0) 1)) "mb-4"}}
2121
/>
2222
{{/each}}
2323
{{else}}

config/ember-cli-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
{
55
"name": "ember-cli",
6-
"version": "5.12.0",
6+
"version": "6.0.1",
77
"blueprints": [
88
{
99
"name": "app",

0 commit comments

Comments
 (0)