1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

no cipher to pass to view method

This commit is contained in:
Kyle Spearrin
2018-07-30 10:54:56 -04:00
parent a7318e0937
commit 1fc1768d58
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: c0f6fa2db1...b21cb789da

View File

@@ -261,7 +261,7 @@
</div>
<div class="action-buttons" *ngIf="cipher.hasPasswordHistory">
<a class="row-btn" href="#" appStopClick title="{{'passwordHistory' | i18n}}"
(click)="viewHistory(c)">
(click)="viewHistory()">
<i class="fa fa-lg fa-clock-o"></i>
</a>
</div>