mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-21 21:11:35 +01:00
Bandaid Folders Not Emitting (#8934)
* Bandaid Folders Not Emitting * Remove VaultFilterComponent Change
This commit is contained in:
parent
a4f1a3f13d
commit
b482a15d34
@ -56,7 +56,7 @@ export class ForegroundDerivedState<TTo> implements DerivedState<TTo> {
|
||||
|
||||
return await this.getStoredValue();
|
||||
}),
|
||||
filter((s) => s.derived),
|
||||
filter((s) => s?.derived === true), // A "remove" storage update will return us null
|
||||
map((s) => s.value),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user