1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-10 20:43:38 +00:00

fix ciphers routing

This commit is contained in:
Kyle Spearrin
2018-04-05 15:56:52 -04:00
parent 3a9a7d3e64
commit c35d60025c
3 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@
</div>
<div class="box-content">
<a *ngFor="let c of collections" href="#" class="box-content-row" appStopClick appBlurClick
(click)="selectCollection(f)">
(click)="selectCollection(c)">
{{c.name}}
<span>{{collectionCounts.get(c.id) || 0}}</span>
</a>