diff --git a/src/pages/workspace/rules/MerchantRulesSection.tsx b/src/pages/workspace/rules/MerchantRulesSection.tsx index 2659c648e29c..daa7c9935173 100644 --- a/src/pages/workspace/rules/MerchantRulesSection.tsx +++ b/src/pages/workspace/rules/MerchantRulesSection.tsx @@ -118,9 +118,10 @@ function MerchantRulesSection({policyID}: MerchantRulesSectionProps) { renderTitle={renderTitle} subtitle={translate('workspace.rules.merchantRules.subtitle')} subtitleMuted + childrenStyles={[styles.gap3]} > {hasRules && ( - + {sortedRules.map((rule) => { const merchantName = rule.filters?.right ?? ''; const isExactMatch = rule.filters?.operator === CONST.SEARCH.SYNTAX_OPERATORS.EQUAL_TO; @@ -136,8 +137,8 @@ function MerchantRulesSection({policyID}: MerchantRulesSectionProps) { Navigation.navigate(ROUTES.RULES_MERCHANT_EDIT.getRoute(policyID, rule.ruleID))}