Skip to content

Commit f229cd8

Browse files
track by item.type
1 parent a7940aa commit f229cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/vault/individual-vault/vault-header/vault-header.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
{{ "new" | i18n }}<i class="bwi tw-ml-2" aria-hidden="true"></i>
8282
</button>
8383
<bit-menu #addOptions aria-labelledby="newItemDropdown">
84-
@for (item of cipherMenuItems; track item) {
84+
@for (item of cipherMenuItems; track item.type) {
8585
<button type="button" bitMenuItem (click)="addCipher(item.type)">
8686
<i class="bwi {{ item.icon }}" slot="start" aria-hidden="true"></i>
8787
{{ item.labelKey | i18n }}

0 commit comments

Comments
 (0)