mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Removes clobbering emission of empty array. (#16682)
* Removes clobbering emission of empty array. * Additional 'startWith' removal.
This commit is contained in:
@@ -120,7 +120,7 @@ export class VaultPopupItemsService {
|
||||
.cipherListViews$(userId)
|
||||
.pipe(filter((ciphers) => ciphers != null)),
|
||||
this.cipherService.failedToDecryptCiphers$(userId),
|
||||
this.restrictedItemTypesService.restricted$.pipe(startWith([])),
|
||||
this.restrictedItemTypesService.restricted$,
|
||||
]),
|
||||
),
|
||||
map(([ciphers, failedToDecryptCiphers, restrictions]) => {
|
||||
|
||||
Reference in New Issue
Block a user