mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
lint fixes
This commit is contained in:
@@ -2504,7 +2504,7 @@
|
||||
if (item.attributes.hasOwnProperty(attr) && attr !== 'username_value' &&
|
||||
attr !== 'xdg:schema') {
|
||||
if (login.notes !== '') {
|
||||
login.notes += '\n'
|
||||
login.notes += '\n';
|
||||
}
|
||||
login.notes += (attr + ': ' + item.attributes[attr]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user