mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Temporarily remove payment method warning banners (#7912)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<app-navbar></app-navbar>
|
||||
<app-payment-method-banners></app-payment-method-banners>
|
||||
<app-payment-method-banners *ngIf="false"></app-payment-method-banners>
|
||||
<div class="org-nav !tw-h-32" *ngIf="organization$ | async as organization">
|
||||
<div class="container d-flex">
|
||||
<div class="d-flex flex-column">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<app-navbar></app-navbar>
|
||||
<app-payment-method-banners></app-payment-method-banners>
|
||||
<app-payment-method-banners *ngIf="false"></app-payment-method-banners>
|
||||
<router-outlet></router-outlet>
|
||||
<app-footer></app-footer>
|
||||
|
||||
Reference in New Issue
Block a user