1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-01 23:01:28 +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:
SmithThe4th 2023-04-04 15:50:15 -04:00 committed by GitHub
parent 8f9ce3dc8a
commit 68d5558b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -477,7 +477,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="box" *ngIf="cipher.folderId"> <div class="box" *ngIf="cipher.folderId && folder">
<div class="box-content"> <div class="box-content">
<div class="box-content-row"> <div class="box-content-row">
<label <label