Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Aug 22, 2024
1 parent 1f73e47 commit 7833156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function getRegisteredStyles(

classNames.split(' ').forEach(className => {
if (registered[className] !== undefined) {
registeredStyles.push(registered[className] as string)
registeredStyles.push(`${registered[className]};`)
} else if (className) {
rawClassName += `${className} `
}
Expand Down

0 comments on commit 7833156

Please sign in to comment.