Skip to content

Commit 73296e8

Browse files
fix: js lint
1 parent 7d0a7f1 commit 73296e8

File tree

1 file changed

+1
-1
lines changed
  • assets/src/dashboard/parts/connected/settings

1 file changed

+1
-1
lines changed

assets/src/dashboard/parts/connected/settings/General.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const General = ({
117117
'is-disabled': isLoading
118118
}
119119
) }
120-
onChange={ (value) => {
120+
onChange={ ( value ) => {
121121
updateOption( 'banner_frontend', value );
122122
setBadgeSettings( value );
123123
} }

0 commit comments

Comments
 (0)