mirror of
https://github.com/bitwarden/browser
synced 2026-01-10 20:43:38 +00:00
fix ciphers routing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user