Skip to content

Commit 34f1143

Browse files
committed
fix: lint fix
1 parent 6c194a3 commit 34f1143

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/micro-journeys/src/character.schema.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module.exports = {
1818
characterUrl: {
1919
type: 'string',
2020
description: 'URL of the character image.',
21-
default: 'https://github.com/basaltinc/temp-pega-dummy-assets/raw/master/customer-happy.png',
21+
default:
22+
'https://github.com/basaltinc/temp-pega-dummy-assets/raw/master/customer-happy.png',
2223
},
2324
useIcon: {
2425
type: 'boolean',

packages/micro-journeys/src/icon-group.schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
attributes: {
1010
type: 'object',
1111
description:
12-
'A Drupal-style attributes object with extra attributes to append to this component.',
12+
'A Drupal-style attributes object with extra attributes to append to this component.',
1313
},
1414
iconOneName: {
1515
type: 'string',

0 commit comments

Comments
 (0)