Skip to content

Commit fc197ae

Browse files
committed
crates: Fix missing letter condition
1 parent 78c9f37 commit fc197ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/templates/crates.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<h1>
55
{{svg-jar "crate"}}
66
All Crates
7-
<small>starting with '{{this.letter}}'</small>
7+
{{#if this.letter}}
8+
<small>starting with '{{this.letter}}'</small>
9+
{{/if}}
810
</h1>
911
</div>
1012

0 commit comments

Comments
 (0)