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

Commit be2ab03

Browse files
committed
fix(nuxt): fix params for pasePackIcons function
1 parent 5eb3b95 commit be2ab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-nuxt/lib/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function (moduleOptions) {
2020
// Resolve icons
2121
let packIcons = {}
2222
if (options.icons && options.icons.iconPack) {
23-
packIcons = parsePackIcons(options.icons.iconPack, options.icons.iconSet)
23+
packIcons = parsePackIcons(options.icons.iconSet)
2424
}
2525

2626
// Transpile lodash-es

0 commit comments

Comments
 (0)