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

Commit f3411fc

Browse files
committed
fix: linting issues
1 parent 250110d commit f3411fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/c-avatar/tests/c-avatar-group.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { render } from "../../test-utils/src"
2-
import { CAvatar, CAvatarGroup, avatarProps, avatarGroupProps } from "../src"
2+
import { CAvatar, CAvatarGroup, avatarGroupProps } from "../src"
33

44
interface AvatarOptions {
55
name: string

packages/system/src/chakra.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ export function styled<T extends As, P = {}>(
410410

411411
const styleObject = toCSSObject(options)
412412
// @ts-ignore
413-
return chakra(component as ChakraTagOrComponent, styledOptions)(styleObject)
413+
return chakra(component as ChakraTagOrComponent, styledOptions)
414414
}
415415

416416
export type ChakraComponent<P = ChakraProps> = ComponentWithProps<As & P>

0 commit comments

Comments
 (0)