1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

revert type changes

This commit is contained in:
jaasen-livefront
2024-09-17 13:47:46 -07:00
parent d516c308da
commit a151f40e3b
4 changed files with 4 additions and 7 deletions

View File

@@ -23,7 +23,6 @@ export function extensionRefreshSwap(
defaultComponent,
refreshedComponent,
async () => {
return true;
const configService = inject(ConfigService);
return configService.getFeatureFlag(FeatureFlag.ExtensionRefresh);
},