Remove extra Billing title (#7309)

fixes #7305
This commit is contained in:
nitin 2024-09-30 14:15:57 +05:30 committed by GitHub
parent b5fff7f23a
commit dd24662590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,6 @@
import styled from '@emotion/styled';
import { useState } from 'react';
import { useRecoilValue, useSetRecoilState } from 'recoil';
import {
H1Title,
H2Title,
IconCalendarEvent,
IconCircleX,
@ -34,10 +32,6 @@ import {
} from '~/generated/graphql';
import { isDefined } from '~/utils/isDefined';
const StyledH1Title = styled(H1Title)`
margin-bottom: 0;
`;
type SwitchInfo = {
newInterval: SubscriptionInterval;
to: string;
@ -154,7 +148,6 @@ export const SettingsBilling = () => {
]}
>
<SettingsPageContainer>
<StyledH1Title title="Billing" />
<SettingsBillingCoverImage />
{displayPaymentFailInfo && (
<Info