Skip to content

Commit b232d0c

Browse files
noisysocksmgurgel
authored andcommitted
Use object shorthand
1 parent fc18327 commit b232d0c

File tree

1 file changed

+2
-2
lines changed
  • special-pages/pages/onboarding/app/components/v3

1 file changed

+2
-2
lines changed

special-pages/pages/onboarding/app/components/v3/data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ export const stepsConfig = {
9595
return {
9696
variant: 'box',
9797
heading: {
98-
title: title,
99-
subtitle: subtitle,
98+
title,
99+
subtitle,
100100
speechBubble: true,
101101
},
102102
dismissButton: {

0 commit comments

Comments
 (0)