Temporarily remove payment method warning banners (#7912)

This commit is contained in:
Alex Morask 2024-02-12 11:35:08 -05:00 committed by GitHub
parent f786c8ce93
commit 373a865a76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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" *ngIf="provider">
<div class="container d-flex">
<div class="d-flex flex-column">

View File

@ -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="container page-content">
<div class="page-header">
<h1>{{ "setupProvider" | i18n }}</h1>