mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 17:43:22 +00:00
remove remaining checks for null folder id
This commit is contained in:
@@ -16,7 +16,6 @@ export class FolderView implements View, ITreeNodeObject {
|
||||
}
|
||||
|
||||
this.id = f.id;
|
||||
this.name = f.name.toString();
|
||||
this.revisionDate = f.revisionDate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user