Skip to content

Commit

Permalink
Remove extra Billing title (#7309)
Browse files Browse the repository at this point in the history
fixes #7305
  • Loading branch information
ehconitin authored Sep 30, 2024
1 parent b5fff7f commit dd24662
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/twenty-front/src/pages/settings/SettingsBilling.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import styled from '@emotion/styled';
import { useState } from 'react';
import { useRecoilValue, useSetRecoilState } from 'recoil';
import {
H1Title,
H2Title,
IconCalendarEvent,
IconCircleX,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -154,7 +148,6 @@ export const SettingsBilling = () => {
]}
>
<SettingsPageContainer>
<StyledH1Title title="Billing" />
<SettingsBillingCoverImage />
{displayPaymentFailInfo && (
<Info
Expand Down

0 comments on commit dd24662

Please sign in to comment.