Skip to content

Commit 251a491

Browse files
committed
fix: fixing incorrect comma placement
1 parent f2ea013 commit 251a491

File tree

1 file changed

+2
-2
lines changed
  • docs/src/pages/[platform]/theming/icons

1 file changed

+2
-2
lines changed

docs/src/pages/[platform]/theming/icons/react.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ const icons = {
8888
stepperField: {
8989
add: () => </>,
9090
remove: () => </>,
91-
}
91+
},
9292
storageManager: {
9393
upload: () => </>,
9494
remove: () => </>,
9595
error: () => </>,
9696
success: () => </>,
9797
file: () => </>,
98-
},
98+
}
9999
}
100100
```
101101
</ExampleCode>

0 commit comments

Comments
 (0)