1
0
mirror of https://github.com/bitwarden/web synced 2026-02-07 12:13:14 +00:00

[fix] Ran prettier

This commit is contained in:
addison
2022-06-06 09:09:37 -04:00
parent f7a24ad8e3
commit 220f8a8e46

View File

@@ -15,8 +15,8 @@ export class VaultFilterComponent extends BaseVaultFilterComponent {
searchText = "";
constructor(protected vaultFilterService: VaultFilterService) {
// This empty constructor is required to provide the web vaultFilterService subclass to super()
// TODO: refactor this to use proper dependency injection
// This empty constructor is required to provide the web vaultFilterService subclass to super()
// TODO: refactor this to use proper dependency injection
super(vaultFilterService);
}