Skip to content

Commit

Permalink
Remove condition to display PaidAdsSetupSections.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvinb committed Sep 19, 2024
1 parent a502b7a commit 34c58a9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions js/src/setup-mc/setup-stepper/setup-paid-ads/setup-paid-ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,10 @@ export default function SetupPaidAds() {
<PaidAdsFeaturesSection
hideBudgetContent={ ! hasGoogleAdsConnection }
/>

{ countryCodes && (
<PaidAdsSetupSections
onStatesReceived={ setPaidAds }
countryCodes={ countryCodes }
/>
) }

<PaidAdsSetupSections
onStatesReceived={ setPaidAds }
countryCodes={ countryCodes }
/>
<FaqsSection />

{ showSkipPaidAdsConfirmationModal && (
Expand Down

0 comments on commit 34c58a9

Please sign in to comment.