Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 44faac7

Browse files
committed
fix: lint errors
1 parent 97d8736 commit 44faac7

File tree

1 file changed

+2
-2
lines changed
  • packages/chakra-ui-core/src/utils

1 file changed

+2
-2
lines changed

packages/chakra-ui-core/src/utils/icons.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const createIcon = (prefix, icon) => {
1414
const createGroupedPath = (groups, prefix) => {
1515
const paths = groups.map((d, idx) =>
1616
createPath(d, {
17-
className: idx ? `${prefix}-primary` : `${prefix}-secondary`,
17+
className: idx ? `${prefix}-primary` : `${prefix}-secondary`
1818
})
1919
)
2020

@@ -32,7 +32,7 @@ const createIcon = (prefix, icon) => {
3232
return {
3333
path,
3434
viewBox: `0 0 ${w} ${h}`,
35-
attrs,
35+
attrs
3636
}
3737
}
3838

0 commit comments

Comments
 (0)