mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Fixed lint warning (#63)
This commit is contained in:
@@ -164,7 +164,7 @@ export class AddEditComponent implements OnInit {
|
|||||||
if (this.cloneMode) {
|
if (this.cloneMode) {
|
||||||
this.cloneMode = true;
|
this.cloneMode = true;
|
||||||
this.title = this.i18nService.t('addItem');
|
this.title = this.i18nService.t('addItem');
|
||||||
} else{
|
} else {
|
||||||
this.title = this.i18nService.t('editItem');
|
this.title = this.i18nService.t('editItem');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -185,7 +185,7 @@ export class AddEditComponent implements OnInit {
|
|||||||
|
|
||||||
// Adjust Cipher Name if Cloning
|
// Adjust Cipher Name if Cloning
|
||||||
if (this.cloneMode) {
|
if (this.cloneMode) {
|
||||||
this.cipher.name += " - " + this.i18nService.t('clone');
|
this.cipher.name += ' - ' + this.i18nService.t('clone');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.cipher = new CipherView();
|
this.cipher = new CipherView();
|
||||||
|
|||||||
Reference in New Issue
Block a user