Skip to content

Commit c0d1044

Browse files
committed
update vault skeleton import in send
1 parent 9a6ce54 commit c0d1044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/browser/src/tools/popup/send-v2/send-v2.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</bit-no-items>
3535
</div>
3636

37-
<ng-container *ngIf="listState !== sendState.Empty">
37+
<ng-container *ngIf="listState !== sendState.Empty && !(sendsLoading$ | async)">
3838
<div
3939
*ngIf="listState === sendState.NoResults"
4040
class="tw-flex tw-flex-col tw-justify-center tw-h-auto tw-pt-12"

apps/browser/src/tools/popup/send-v2/send-v2.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { combineLatest, distinctUntilChanged, map, switchMap, tap } from "rxjs";
66

77
import { JslibModule } from "@bitwarden/angular/jslib.module";
88
import { NoResults, NoSendsIcon } from "@bitwarden/assets/svg";
9-
import { VaultFadeInOutSkeletonComponent } from "@bitwarden/browser/vault/popup/components/vault-fade-in-skeleton/vault-fade-in-skeleton.component";
109
import { VaultLoadingSkeletonComponent } from "@bitwarden/browser/vault/popup/components/vault-loading-skeleton/vault-loading-skeleton.component";
1110
import { BrowserPremiumUpgradePromptService } from "@bitwarden/browser/vault/popup/services/browser-premium-upgrade-prompt.service";
1211
import { PolicyService } from "@bitwarden/common/admin-console/abstractions/policy/policy.service.abstraction";
@@ -37,6 +36,7 @@ import { CurrentAccountComponent } from "../../../auth/popup/account-switching/c
3736
import { PopOutComponent } from "../../../platform/popup/components/pop-out.component";
3837
import { PopupHeaderComponent } from "../../../platform/popup/layout/popup-header.component";
3938
import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.component";
39+
import { VaultFadeInOutSkeletonComponent } from "../../../vault/popup/components/vault-fade-in-out-skeleton/vault-fade-in-out-skeleton.component";
4040

4141
// FIXME: update to use a const object instead of a typescript enum
4242
// eslint-disable-next-line @bitwarden/platform/no-enums

0 commit comments

Comments
 (0)