Skip to content

Commit 1b1b4d3

Browse files
committed
CrateSidebar: Fix @hasLib assignment
whoops... 🙈
1 parent 09534fb commit 1b1b4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/crate-sidebar.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
@crate={{@crate.name}}
5353
@version={{@version.num}}
5454
@exactVersion={{@requestedVersion}}
55-
@hasLib={{not (@version.has_lib false)}}
55+
@hasLib={{not (eq @version.has_lib false)}}
5656
@binNames={{@version.bin_names}}
5757
/>
5858
</div>

0 commit comments

Comments
 (0)