Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 43a9628

Browse files
bighuggiespriscilawebdev
authored andcommitted
fix: incorrect Tooltip import in avatar component (#160)
1 parent d2f1f1c commit 43a9628

File tree

2 files changed

+241
-505
lines changed

2 files changed

+241
-505
lines changed

src/components/AvatarTooltip/AvatarTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, { FC } from 'react';
33
import Avatar from '@material-ui/core/Avatar';
44
import { isEmail } from '../../utils/url';
55

6-
import Tooltip from '../../muiComponents/TextField';
6+
import Tooltip from '../../muiComponents/Tooltip';
77

88
export interface AvatarDeveloper {
99
name: string;

0 commit comments

Comments
 (0)