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.
let
data-test-badge
1 parent 7fbec76 commit a392923Copy full SHA for a392923
app/templates/components/crate-row.hbs
@@ -5,7 +5,9 @@
5
<CrateTomlCopy @copyText={{this.crateTomlText}} />
6
<CrateBadge @crate={{this.crate}} />
7
{{#each this.crate.annotated_badges as |badge|}}
8
- {{component badge.component_name badge=badge data-test-badge=badge.badge_type}}
+ {{#let (component badge.component_name) as |Badge|}}
9
+ <Badge @badge={{badge}} data-test-badge={{badge.badge_type}} />
10
+ {{/let}}
11
{{/each}}
12
</div>
13
<div class='summary' data-test-description>
@@ -43,5 +45,5 @@
43
45
{{/if}}
44
46
</ul>
47
-
48
+
49
0 commit comments