Skip to content

Commit 672e0a3

Browse files
committed
chore(TooltipLite): correct displayName casing
1 parent 97f150c commit 672e0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/tooltip/TooltipLite.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ const TooltipLite: React.FC<TooltipLiteProps> = (originalProps) => {
130130
);
131131
};
132132

133-
TooltipLite.displayName = 'Tooltiplite';
133+
TooltipLite.displayName = 'TooltipLite';
134134

135135
export default React.memo(TooltipLite);

0 commit comments

Comments
 (0)