mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-21 21:11:35 +01:00
added a check on the view component to check if the folder is null before rendering the html on the browser (#5112)
This commit is contained in:
parent
8f9ce3dc8a
commit
68d5558b9f
@ -477,7 +477,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box" *ngIf="cipher.folderId">
|
||||
<div class="box" *ngIf="cipher.folderId && folder">
|
||||
<div class="box-content">
|
||||
<div class="box-content-row">
|
||||
<label
|
||||
|
Loading…
Reference in New Issue
Block a user