From 3625eb20fc725053968584833c2f27b2ea158676 Mon Sep 17 00:00:00 2001 From: Nitin Koche Date: Sat, 28 Sep 2024 15:58:06 +0530 Subject: [PATCH] remove extra Billing title --- .../twenty-front/src/pages/settings/SettingsBilling.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/twenty-front/src/pages/settings/SettingsBilling.tsx b/packages/twenty-front/src/pages/settings/SettingsBilling.tsx index ee057b7114a7..5fc2efd2e416 100644 --- a/packages/twenty-front/src/pages/settings/SettingsBilling.tsx +++ b/packages/twenty-front/src/pages/settings/SettingsBilling.tsx @@ -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 = () => { ]} > - {displayPaymentFailInfo && (