Skip to content

Commit b333df3

Browse files
committed
chore: fixed typeErrors in tooltip
1 parent 64bd277 commit b333df3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/ui/tooltip/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ const tooltipTextStyle = tva({
3939

4040
variants: {
4141
isTruncated: {
42-
true: {
43-
props: 'line-clamp-1 truncate',
44-
},
42+
true: 'line-clamp-1 truncate',
4543
},
4644
bold: {
4745
true: 'font-bold',

0 commit comments

Comments
 (0)