Skip to content

Commit c08364f

Browse files
committed
Two values were missed to be replaced with constants in the previous commit.
Ref: 3e0debd
1 parent 0e65308 commit c08364f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/src/setup-mc/setup-stepper/setup-paid-ads/setup-paid-ads.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function SetupPaidAds() {
128128
return (
129129
<AppButton
130130
isTertiary
131-
data-action="skip-ads"
131+
data-action={ ACTION_SKIP }
132132
text={ text }
133133
loading={ completing === ACTION_SKIP }
134134
disabled={ completing === ACTION_COMPLETE }
@@ -181,7 +181,7 @@ export default function SetupPaidAds() {
181181
) }
182182
<AppButton
183183
isPrimary
184-
data-action="complete-ads"
184+
data-action={ ACTION_COMPLETE }
185185
text={ __(
186186
'Complete setup',
187187
'google-listings-and-ads'

0 commit comments

Comments
 (0)