Skip to content

Commit

Permalink
remove dummy code
Browse files Browse the repository at this point in the history
  • Loading branch information
pasyukevich committed Jun 11, 2024
1 parent 5ffec6f commit 1baaae0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/settings/Subscription/CardSection/CardSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import useThemeStyles from '@hooks/useThemeStyles';
import DateUtils from '@libs/DateUtils';
import ONYXKEYS from '@src/ONYXKEYS';
import {isEmptyObject} from '@src/types/utils/EmptyObject';
import BillingBanner from './BillingBanner';
import CardSectionActions from './CardSectionActions';
import CardSectionDataEmpty from './CardSectionDataEmpty';

Expand All @@ -32,15 +31,6 @@ function CardSection() {
isCentralPane
titleStyles={styles.textStrong}
subtitleMuted
banner={
<BillingBanner
title="Your card couldn’t be charged!"
subtitle="Before retrying, please call your bank directly to authorize Expensify charges and remove any holds. Otherwise, try adding a different payment card."
isError // to show error icon
shouldShowRedDotIndicator // to show red dot indicator
isTrialActive
/>
}
>
<View style={[styles.mt8, styles.mb3, styles.flexRow]}>
{!isEmptyObject(defaultCard?.accountData) && (
Expand Down

0 comments on commit 1baaae0

Please sign in to comment.