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
1 changed files with 1 additions and 1 deletions

View File

@ -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