Skip to content

Commit fffedfa

Browse files
committed
feat: Update tooltip component in avatar
1 parent 566a656 commit fffedfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/avatar/internal.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ export default function InternalAvatar({
106106
>
107107
{showTooltip && tooltipText && (
108108
<Tooltip
109-
className={styles.tooltip}
110-
content={tooltipText}
111-
getTrack={() => handleRef.current}
112-
onEscape={() => setShowTooltip(false)}
109+
className={styles.tooltip}
110+
content={tooltipText}
111+
getTrack={() => handleRef.current}
112+
onEscape={() => setShowTooltip(false)}
113113
/>
114114
)}
115115

0 commit comments

Comments
 (0)