diff --git a/src/pages/settings/Subscription/CardSection/CardSection.tsx b/src/pages/settings/Subscription/CardSection/CardSection.tsx
index 049728a85614..25a201bf6887 100644
--- a/src/pages/settings/Subscription/CardSection/CardSection.tsx
+++ b/src/pages/settings/Subscription/CardSection/CardSection.tsx
@@ -129,14 +129,14 @@ function CardSection() {
)}
- {isEmptyObject(defaultCard?.accountData) && }
+ {isEmptyObject(defaultCard?.accountData) && }
{billingStatus?.isRetryAvailable !== undefined && (
)}
@@ -150,7 +150,6 @@ function CardSection() {
titleStyle={styles.textStrong}
onPress={() => Navigation.navigate(ROUTES.SEARCH_CENTRAL_PANE.getRoute({query: CONST.SEARCH.TAB.EXPENSE.ALL}))}
hoverAndPressStyle={styles.hoveredComponentBG}
- style={styles.mt5}
/>
)}