1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00: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

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