Skip to content

Commit 4e1df7c

Browse files
committed
clean p2
1 parent 0970f84 commit 4e1df7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stories/mockRsiValues.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const fields = [
77
key: "name",
88
alternateMatches: ["first name", "first"],
99
fieldType: {
10-
type: "input"
10+
type: "input",
1111
},
1212
example: "Stephanie",
1313
validations: [
@@ -22,7 +22,7 @@ const fields = [
2222
key: "surname",
2323
alternateMatches: ["second name", "last name", "last"],
2424
fieldType: {
25-
type: "input"
25+
type: "input",
2626
},
2727
example: "McDonald",
2828
validations: [

0 commit comments

Comments
 (0)