diff --git a/js/src/dashboard/summary-section/index.js b/js/src/dashboard/summary-section/index.js index 813fc1a774..f5c2c71bed 100644 --- a/js/src/dashboard/summary-section/index.js +++ b/js/src/dashboard/summary-section/index.js @@ -111,24 +111,21 @@ export default function SummarySection() { return ( <> - + { adsSetupComplete ? ( + + ) : ( + + ) } - { adsSetupComplete ? ( - - ) : ( - - ) } + );